ContainerListBlobFlatSegmentResponse type

يحتوي على بيانات الاستجابة لعملية listBlobFlatSegment.

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