Export interface

A property containing information about the blobs to be exported for an export job. This property is required for export jobs, but must not be specified for import jobs.

Properties

blobListBlobPath

The relative URI to the block blob that contains the list of blob paths or blob path prefixes as defined above, beginning with the container name. If the blob is in root container, the URI must begin with $root.

blobPath

A collection of blob-path strings.

blobPathPrefix

A collection of blob-prefix strings.

Property Details

blobListBlobPath

The relative URI to the block blob that contains the list of blob paths or blob path prefixes as defined above, beginning with the container name. If the blob is in root container, the URI must begin with $root.

blobListBlobPath?: string

Property Value

string

blobPath

A collection of blob-path strings.

blobPath?: string[]

Property Value

string[]

blobPathPrefix

A collection of blob-prefix strings.

blobPathPrefix?: string[]

Property Value

string[]