StorageTaskPreviewBlobProperties interface

Storage task preview container properties

Properties

matchedBlock

Represents the condition block name that matched blob properties. NOTE: This property will not be serialized. It can only be populated by the server.

metadata

metadata key value pairs to be tested for a match against the provided condition.

name

property for the container name.

properties

properties key value pairs to be tested for a match against the provided condition.

tags

tags key value pairs to be tested for a match against the provided condition.

Property Details

matchedBlock

Represents the condition block name that matched blob properties. NOTE: This property will not be serialized. It can only be populated by the server.

matchedBlock?: string

Property Value

string

metadata

metadata key value pairs to be tested for a match against the provided condition.

metadata?: StorageTaskPreviewKeyValueProperties[]

Property Value

name

property for the container name.

name?: string

Property Value

string

properties

properties key value pairs to be tested for a match against the provided condition.

properties?: StorageTaskPreviewKeyValueProperties[]

Property Value

tags

tags key value pairs to be tested for a match against the provided condition.

tags?: StorageTaskPreviewKeyValueProperties[]

Property Value