Package version:

Interface ListBlobsFlatSegmentResponse

An enumeration of blobs

interface ListBlobsFlatSegmentResponse {
    containerName: string;
    continuationToken?: string;
    marker?: string;
    maxPageSize?: number;
    prefix?: string;
    segment: BlobFlatListSegment;
    serviceEndpoint: string;
}

Properties

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