StorageTaskPreviewBlobProperties interface
Storage task preview container properties
Properties
| matched |
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 | 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. 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
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[]