Share via


ContainerListBlobHierarchySegmentResponse type

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

type ContainerListBlobHierarchySegmentResponse =
  ListBlobsHierarchySegmentResponse &
    ContainerListBlobHierarchySegmentHeaders & {
      _response: HttpResponse & {
        bodyAsText: string
        parsedBody: ListBlobsHierarchySegmentResponseModel
        parsedHeaders: ContainerListBlobHierarchySegmentHeaders
      }
    }