ContainerListBlobFlatSegmentResponse type

包含 listBlobFlatSegment 作業的回應資料。

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