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

Azure.Storage.Blobs.Models.PageBlobCreateOptions

public class PageBlobCreateOptions

public BlobHttpHeaders HttpHeaders { get; set; }

public bool? LegalHold { get; set; }

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

public long? SequenceNumber { get; set; }

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