Share via


BlockBlobStageBlockResponse type

Enthält Antwortdaten für den stageBlock-Vorgang.

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