ContainerListBlobHierarchySegmentResponse type

Enthält Antwortdaten für den ListBlobHierarchySegment-Vorgang.

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