BlockBlobStageBlockResponse type

Contains response data for the stageBlock operation.

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