Aracılığıyla paylaş


ContainerListBlobFlatSegmentResponse type

listBlobFlatSegment işlemi için yanıt verilerini içerir.

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