182 строки
13 KiB
YAML
182 строки
13 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.storage.blob.models.PageBlobItem"
|
|
fullName: "com.azure.storage.blob.models.PageBlobItem"
|
|
name: "PageBlobItem"
|
|
nameWithType: "PageBlobItem"
|
|
summary: "This class contains the properties about a page blob."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public class **PageBlobItem**"
|
|
constructors:
|
|
- uid: "com.azure.storage.blob.models.PageBlobItem.PageBlobItem(java.lang.String,java.time.OffsetDateTime,byte[],java.lang.Boolean,java.lang.String,java.lang.Long)"
|
|
fullName: "com.azure.storage.blob.models.PageBlobItem.PageBlobItem(String eTag, OffsetDateTime lastModified, byte[] contentMd5, Boolean isServerEncrypted, String encryptionKeySha256, Long blobSequenceNumber)"
|
|
name: "PageBlobItem(String eTag, OffsetDateTime lastModified, byte[] contentMd5, Boolean isServerEncrypted, String encryptionKeySha256, Long blobSequenceNumber)"
|
|
nameWithType: "PageBlobItem.PageBlobItem(String eTag, OffsetDateTime lastModified, byte[] contentMd5, Boolean isServerEncrypted, String encryptionKeySha256, Long blobSequenceNumber)"
|
|
summary: "Constructs a <xref uid=\"com.azure.storage.blob.models.PageBlobItem\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PageBlobItem\"></xref>."
|
|
parameters:
|
|
- description: "ETag of the page blob."
|
|
name: "eTag"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Last modified time of the page blob."
|
|
name: "lastModified"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- description: "Content MD5 of the page blob."
|
|
name: "contentMd5"
|
|
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
|
|
- description: "Flag indicating if the page blob is encrypted on the server."
|
|
name: "isServerEncrypted"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- description: "The encryption key used to encrypt the page blob."
|
|
name: "encryptionKeySha256"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The current sequence number for the page blob."
|
|
name: "blobSequenceNumber"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
syntax: "public PageBlobItem(String eTag, OffsetDateTime lastModified, byte[] contentMd5, Boolean isServerEncrypted, String encryptionKeySha256, Long blobSequenceNumber)"
|
|
desc: "Constructs a <xref uid=\"com.azure.storage.blob.models.PageBlobItem\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PageBlobItem\"></xref>."
|
|
- uid: "com.azure.storage.blob.models.PageBlobItem.PageBlobItem(java.lang.String,java.time.OffsetDateTime,byte[],java.lang.Boolean,java.lang.String,java.lang.String,java.lang.Long)"
|
|
fullName: "com.azure.storage.blob.models.PageBlobItem.PageBlobItem(String eTag, OffsetDateTime lastModified, byte[] contentMd5, Boolean isServerEncrypted, String encryptionKeySha256, String encryptionScope, Long blobSequenceNumber)"
|
|
name: "PageBlobItem(String eTag, OffsetDateTime lastModified, byte[] contentMd5, Boolean isServerEncrypted, String encryptionKeySha256, String encryptionScope, Long blobSequenceNumber)"
|
|
nameWithType: "PageBlobItem.PageBlobItem(String eTag, OffsetDateTime lastModified, byte[] contentMd5, Boolean isServerEncrypted, String encryptionKeySha256, String encryptionScope, Long blobSequenceNumber)"
|
|
summary: "Constructs a <xref uid=\"com.azure.storage.blob.models.PageBlobItem\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PageBlobItem\"></xref>."
|
|
parameters:
|
|
- description: "ETag of the page blob."
|
|
name: "eTag"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Last modified time of the page blob."
|
|
name: "lastModified"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- description: "Content MD5 of the page blob."
|
|
name: "contentMd5"
|
|
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
|
|
- description: "Flag indicating if the page blob is encrypted on the server."
|
|
name: "isServerEncrypted"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- description: "The encryption key used to encrypt the page blob."
|
|
name: "encryptionKeySha256"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The encryption scope used to encrypt the page blob."
|
|
name: "encryptionScope"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The current sequence number for the page blob."
|
|
name: "blobSequenceNumber"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
syntax: "public PageBlobItem(String eTag, OffsetDateTime lastModified, byte[] contentMd5, Boolean isServerEncrypted, String encryptionKeySha256, String encryptionScope, Long blobSequenceNumber)"
|
|
desc: "Constructs a <xref uid=\"com.azure.storage.blob.models.PageBlobItem\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PageBlobItem\"></xref>."
|
|
- uid: "com.azure.storage.blob.models.PageBlobItem.PageBlobItem(java.lang.String,java.time.OffsetDateTime,byte[],java.lang.Boolean,java.lang.String,java.lang.String,java.lang.Long,java.lang.String)"
|
|
fullName: "com.azure.storage.blob.models.PageBlobItem.PageBlobItem(String eTag, OffsetDateTime lastModified, byte[] contentMd5, Boolean isServerEncrypted, String encryptionKeySha256, String encryptionScope, Long blobSequenceNumber, String versionId)"
|
|
name: "PageBlobItem(String eTag, OffsetDateTime lastModified, byte[] contentMd5, Boolean isServerEncrypted, String encryptionKeySha256, String encryptionScope, Long blobSequenceNumber, String versionId)"
|
|
nameWithType: "PageBlobItem.PageBlobItem(String eTag, OffsetDateTime lastModified, byte[] contentMd5, Boolean isServerEncrypted, String encryptionKeySha256, String encryptionScope, Long blobSequenceNumber, String versionId)"
|
|
summary: "Constructs a <xref uid=\"com.azure.storage.blob.models.PageBlobItem\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PageBlobItem\"></xref>."
|
|
parameters:
|
|
- description: "ETag of the page blob."
|
|
name: "eTag"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Last modified time of the page blob."
|
|
name: "lastModified"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- description: "Content MD5 of the page blob."
|
|
name: "contentMd5"
|
|
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
|
|
- description: "Flag indicating if the page blob is encrypted on the server."
|
|
name: "isServerEncrypted"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- description: "The encryption key used to encrypt the page blob."
|
|
name: "encryptionKeySha256"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The encryption scope used to encrypt the page blob."
|
|
name: "encryptionScope"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The current sequence number for the page blob."
|
|
name: "blobSequenceNumber"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- description: "The version identifier of the page blob."
|
|
name: "versionId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public PageBlobItem(String eTag, OffsetDateTime lastModified, byte[] contentMd5, Boolean isServerEncrypted, String encryptionKeySha256, String encryptionScope, Long blobSequenceNumber, String versionId)"
|
|
desc: "Constructs a <xref uid=\"com.azure.storage.blob.models.PageBlobItem\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PageBlobItem\"></xref>."
|
|
methods:
|
|
- uid: "com.azure.storage.blob.models.PageBlobItem.getBlobSequenceNumber()"
|
|
fullName: "com.azure.storage.blob.models.PageBlobItem.getBlobSequenceNumber()"
|
|
name: "getBlobSequenceNumber()"
|
|
nameWithType: "PageBlobItem.getBlobSequenceNumber()"
|
|
syntax: "public Long getBlobSequenceNumber()"
|
|
returns:
|
|
description: "the current sequence number of the page blob"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- uid: "com.azure.storage.blob.models.PageBlobItem.getContentMd5()"
|
|
fullName: "com.azure.storage.blob.models.PageBlobItem.getContentMd5()"
|
|
name: "getContentMd5()"
|
|
nameWithType: "PageBlobItem.getContentMd5()"
|
|
syntax: "public byte[] getContentMd5()"
|
|
returns:
|
|
description: "the MD5 of the page blob's content"
|
|
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
|
|
- uid: "com.azure.storage.blob.models.PageBlobItem.getETag()"
|
|
fullName: "com.azure.storage.blob.models.PageBlobItem.getETag()"
|
|
name: "getETag()"
|
|
nameWithType: "PageBlobItem.getETag()"
|
|
syntax: "public String getETag()"
|
|
returns:
|
|
description: "the eTag of the page blob"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.storage.blob.models.PageBlobItem.getEncryptionKeySha256()"
|
|
fullName: "com.azure.storage.blob.models.PageBlobItem.getEncryptionKeySha256()"
|
|
name: "getEncryptionKeySha256()"
|
|
nameWithType: "PageBlobItem.getEncryptionKeySha256()"
|
|
syntax: "public String getEncryptionKeySha256()"
|
|
returns:
|
|
description: "the key used to encrypt the page blob"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.storage.blob.models.PageBlobItem.getEncryptionScope()"
|
|
fullName: "com.azure.storage.blob.models.PageBlobItem.getEncryptionScope()"
|
|
name: "getEncryptionScope()"
|
|
nameWithType: "PageBlobItem.getEncryptionScope()"
|
|
syntax: "public String getEncryptionScope()"
|
|
returns:
|
|
description: "the encryption scope used to encrypt the page blob"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.storage.blob.models.PageBlobItem.getLastModified()"
|
|
fullName: "com.azure.storage.blob.models.PageBlobItem.getLastModified()"
|
|
name: "getLastModified()"
|
|
nameWithType: "PageBlobItem.getLastModified()"
|
|
syntax: "public OffsetDateTime getLastModified()"
|
|
returns:
|
|
description: "the time this page blob was last modified"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.storage.blob.models.PageBlobItem.getVersionId()"
|
|
fullName: "com.azure.storage.blob.models.PageBlobItem.getVersionId()"
|
|
name: "getVersionId()"
|
|
nameWithType: "PageBlobItem.getVersionId()"
|
|
syntax: "public String getVersionId()"
|
|
returns:
|
|
description: "the version identifier of the page blob"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.storage.blob.models.PageBlobItem.isServerEncrypted()"
|
|
fullName: "com.azure.storage.blob.models.PageBlobItem.isServerEncrypted()"
|
|
name: "isServerEncrypted()"
|
|
nameWithType: "PageBlobItem.isServerEncrypted()"
|
|
syntax: "public Boolean isServerEncrypted()"
|
|
returns:
|
|
description: "the encryption status of the page blob on the server"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
type: "class"
|
|
desc: "This class contains the properties about a page blob."
|
|
metadata: {}
|
|
package: "com.azure.storage.blob.models"
|
|
artifact: com.azure:azure-storage-blob:12.28.1
|