PutPageProperties Members

Storage Client Library NET API

[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]

Represents properties for writing to a page blob.

The following tables list the members exposed by the PutPageProperties type.

Public Constructors

 NameDescription
PutPagePropertiesInitializes a new instance of the PutPageProperties class.
Top

Public Properties

 NameDescription
public propertyPageWriteGets or sets the type of write operation.
public propertyRangeGets or sets the range of bytes to write to.
Top

Public Methods (see also Protected Methods)

 NameDescription
public methodEquals  (Inherited from Object)
public methodGetHashCode  (Inherited from Object)
public methodGetType  (Inherited from Object)
public methodToString  (Inherited from Object)
Top

Protected Methods

 NameDescription
protected methodFinalize  (Inherited from Object)
protected methodMemberwiseClone  (Inherited from Object)
Top

See Also