次の方法で共有


ContainerListBlobFlatSegmentResponse type

listBlobFlatSegment 操作の応答データを格納します。

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