Compartir a través de


ContainerListBlobFlatSegmentResponse type

Contiene datos de respuesta para la operación listBlobFlatSegment.

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