ContainerListBlobHierarchySegmentResponse type

包含 listBlobHierarchySegment 作業的回應資料。

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