BlockBlobStageBlockResponse type

stageBlock 操作の応答データを格納します。

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