Share via


ContainerListBlobHierarchySegmentResponse type

Contains response data for the listBlobHierarchySegment operation.

TypeScript
type ContainerListBlobHierarchySegmentResponse = WithResponse<
  ListBlobsHierarchySegmentResponse & ContainerListBlobHierarchySegmentHeaders,
  ContainerListBlobHierarchySegmentHeaders,
  ListBlobsHierarchySegmentResponseModel
>