Package version:

Interface ListBlobsHierarchySegmentResponse

An enumeration of blobs

interface ListBlobsHierarchySegmentResponse {
    containerName: string;
    continuationToken?: string;
    delimiter?: string;
    marker?: string;
    maxPageSize?: number;
    prefix?: string;
    segment: BlobHierarchyListSegment;
    serviceEndpoint: string;
}

Properties

containerName: string
continuationToken?: string
delimiter?: string
marker?: string
maxPageSize?: number
prefix?: string
serviceEndpoint: string