Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ImportRequestSummary

Import metadata object response summary.

Properties

Optional areDataAssetReferencesIncluded

areDataAssetReferencesIncluded: undefined | false | true

This field controls if the data asset references will be included during import.

Optional bucketName

bucketName: undefined | string

The name of the Object Storage Bucket where the objects will be imported from

Optional createdBy

createdBy: undefined | string

Name of the user who initiated import request.

Optional errorMessages

errorMessages: undefined | object

Contains key of the error

Optional fileName

fileName: undefined | string

Name of the zip file from which objects will be imported.

Optional importConflictResolution

importConflictResolution: model.ImportConflictResolution

Optional importedObjects

The array of imported object details.

Optional key

key: undefined | string

Import object request key

Optional name

name: undefined | string

Name of the import request.

Optional objectKeyForImport

objectKeyForImport: undefined | string

Key of the object inside which all the objects will be imported

Optional objectStorageRegion

objectStorageRegion: undefined | string

Region of the object storage (if using object storage of different region)

Optional objectStorageTenancyId

objectStorageTenancyId: undefined | string

Optional parameter to point to object storage tenancy (if using Object Storage of different tenancy)

Optional status

status: Status

Import Objects request status.

Optional timeEndedInMillis

timeEndedInMillis: undefined | number

Time at which the request was completely processed. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional timeStartedInMillis

timeStartedInMillis: undefined | number

Time at which the request started getting processed. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional totalImportedObjectCount

totalImportedObjectCount: undefined | number

Number of objects that are imported. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj