Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExportModel

Package version

interface

An interface representing ExportModel. 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.

Hierarchy

  • ExportModel

Index

Properties

Optional blobListblobPath

blobListblobPath: undefined | string
member

{string} [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.

Optional blobPath

blobPath: string[]
member

{string[]} [blobPath] A collection of blob-path strings.

Optional blobPathPrefix

blobPathPrefix: string[]
member

{string[]} [blobPathPrefix] A collection of blob-prefix strings.

Generated using TypeDoc