Share via


StorageTaskPreviewBlobProperties interface

Storage task preview container properties

Properties

matchedBlock

Represents the condition block name that matched blob properties.

metadata

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

name

Name of test blob

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.

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

Name of test blob

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