<PackageReference Include="Azure.Storage.Blobs" Version="12.28.0-beta.1" />

Azure.Storage.Blobs.Models.BlockBlobOpenWriteOptions

public long? BufferSize { get; set; }

public BlobHttpHeaders HttpHeaders { get; set; }

public IDictionary<string, string> Metadata { get; set; }

public IProgress<long> ProgressHandler { get; set; }

public IDictionary<string, string> Tags { get; set; }

public UploadTransferValidationOptions TransferValidation { get; set; }