Package version:

Interface FilterBlobItem

interface FilterBlobItem {
    containerName: string;
    name: string;
    tags?: any;
    tagValue: string;
}

Properties

containerName: string

Container Name.

name: string

Blob Name.

tags?: any

Blob Tags.

tagValue: string

Tag value.

The service no longer returns this value. Use tags to fetch all matching Blob Tags.