Package version:

Interface ListBlobsFlatSegmentResponseModel

An enumeration of blobs

interface ListBlobsFlatSegmentResponseModel {
    containerName: string;
    continuationToken?: string;
    marker?: string;
    maxPageSize?: number;
    prefix?: string;
    segment: BlobFlatListSegmentModel;
    serviceEndpoint: string;
}

Properties

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