<PackageReference Include="Azure.Storage.Blobs" Version="12.26.0" />

Azure.Storage.Blobs.ContainerSubmitBatchHeaders

public string ContentType { get; }

The media type of the body of the response. For batch requests, this is multipart/mixed; boundary=batchresponse_GUID.

public string Version { get; }

Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above.

public ContainerSubmitBatchHeaders(Response response)