BlockBlobStageBlockResponse type

Содержит данные ответа для операции stageBlock.

type BlockBlobStageBlockResponse = BlockBlobStageBlockHeaders & {
  _response: coreHttp.HttpResponse & {
    parsedHeaders: BlockBlobStageBlockHeaders
  }
}