Condividi tramite


ContainerListBlobFlatSegmentResponse type

Contiene i dati di risposta per l'operazione listBlobFlatSegment.

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