Bagikan melalui


ContainerListBlobFlatSegmentResponse type

Berisi data respons untuk operasi listBlobFlatSegment.

type ContainerListBlobFlatSegmentResponse = WithResponse<
  ListBlobsFlatSegmentResponse & ContainerListBlobFlatSegmentHeaders,
  ContainerListBlobFlatSegmentHeaders,
  ListBlobsFlatSegmentResponseModel
>