共用方式為


ContainerListBlobFlatSegmentResponse type

包含 listBlobFlatSegment 作業的回應資料。

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