BlockBlobStageBlockFromURLResponse type

Contains response data for the stageBlockFromURL operation.

type BlockBlobStageBlockFromURLResponse = BlockBlobStageBlockFromURLHeaders & {
  _response: coreHttp.HttpResponse & {
    parsedHeaders: BlockBlobStageBlockFromURLHeaders
  }
}