Package version:

Interface BlobHierarchyListSegment

An interface representing BlobHierarchyListSegment.

interface BlobHierarchyListSegment {
    blobItems: {};
    blobPrefixes?: {};
}

Properties

blobItems: {}
blobPrefixes?: {}