Share via


ContainerListBlobFlatSegmentResponse type

Contém dados de resposta para a operação listBlobFlatSegment.

type ContainerListBlobFlatSegmentResponse = ListBlobsFlatSegmentResponse &
  ContainerListBlobFlatSegmentHeaders & {
    _response: HttpResponse & {
      bodyAsText: string
      parsedBody: ListBlobsFlatSegmentResponseModel
      parsedHeaders: ContainerListBlobFlatSegmentHeaders
    }
  }