Freigeben über


FileSystemListDeletedPathsResponse type

type FileSystemListDeletedPathsResponse = DeletedPathList &
  FileSystemListBlobHierarchySegmentHeaders &
  ListBlobsHierarchySegmentResponse & {
    _response: HttpResponse & {
      bodyAsText: string
      parsedBody: ListBlobsHierarchySegmentResponse
      parsedHeaders: FileSystemListBlobHierarchySegmentHeaders
    }
    continuation?: string
  }