azure-docs-sdk-java/docs-ref-autogen/com.azure.storage.file.shar...

91 строка
6.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.storage.file.share.models.ShareFileUploadInfo"
fullName: "com.azure.storage.file.share.models.ShareFileUploadInfo"
name: "ShareFileUploadInfo"
nameWithType: "ShareFileUploadInfo"
summary: "This class contains the response information returned from the service when the file is uploaded."
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 final class **ShareFileUploadInfo**"
constructors:
- uid: "com.azure.storage.file.share.models.ShareFileUploadInfo.ShareFileUploadInfo(java.lang.String,java.time.OffsetDateTime,byte[],java.lang.Boolean)"
fullName: "com.azure.storage.file.share.models.ShareFileUploadInfo.ShareFileUploadInfo(String eTag, OffsetDateTime lastModified, byte[] contentMd5, Boolean isServerEncrypted)"
name: "ShareFileUploadInfo(String eTag, OffsetDateTime lastModified, byte[] contentMd5, Boolean isServerEncrypted)"
nameWithType: "ShareFileUploadInfo.ShareFileUploadInfo(String eTag, OffsetDateTime lastModified, byte[] contentMd5, Boolean isServerEncrypted)"
summary: "Constructs a <xref uid=\"com.azure.storage.file.share.models.ShareFileUploadInfo\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ShareFileUploadInfo\"></xref>."
parameters:
- description: "ETag of the file."
name: "eTag"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Datetime when the file was last modified."
name: "lastModified"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- description: "MD5 of the file's content."
name: "contentMd5"
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
- description: "Flag indicating the encryption status of the file's content on the server."
name: "isServerEncrypted"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public ShareFileUploadInfo(String eTag, OffsetDateTime lastModified, byte[] contentMd5, Boolean isServerEncrypted)"
desc: "Constructs a <xref uid=\"com.azure.storage.file.share.models.ShareFileUploadInfo\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ShareFileUploadInfo\"></xref>."
methods:
- uid: "com.azure.storage.file.share.models.ShareFileUploadInfo.getContentMd5()"
fullName: "com.azure.storage.file.share.models.ShareFileUploadInfo.getContentMd5()"
name: "getContentMd5()"
nameWithType: "ShareFileUploadInfo.getContentMd5()"
summary: "Gets the MD5 of the file's content."
syntax: "public byte[] getContentMd5()"
desc: "Gets the MD5 of the file's content."
returns:
description: "the MD5 of the file's content."
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
- uid: "com.azure.storage.file.share.models.ShareFileUploadInfo.getETag()"
fullName: "com.azure.storage.file.share.models.ShareFileUploadInfo.getETag()"
name: "getETag()"
nameWithType: "ShareFileUploadInfo.getETag()"
summary: "Gets the ETag of the file."
syntax: "public String getETag()"
desc: "Gets the ETag of the file."
returns:
description: "the ETag of the file."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.file.share.models.ShareFileUploadInfo.getLastModified()"
fullName: "com.azure.storage.file.share.models.ShareFileUploadInfo.getLastModified()"
name: "getLastModified()"
nameWithType: "ShareFileUploadInfo.getLastModified()"
summary: "Gets the time when the file was last modified."
syntax: "public OffsetDateTime getLastModified()"
desc: "Gets the time when the file was last modified."
returns:
description: "the time when the file was last modified."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.storage.file.share.models.ShareFileUploadInfo.isServerEncrypted()"
fullName: "com.azure.storage.file.share.models.ShareFileUploadInfo.isServerEncrypted()"
name: "isServerEncrypted()"
nameWithType: "ShareFileUploadInfo.isServerEncrypted()"
summary: "Gets whether the file's content is encrypted on the server."
syntax: "public Boolean isServerEncrypted()"
desc: "Gets whether the file's content is encrypted on the server."
returns:
description: "whether the file's content is encrypted 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 response information returned from the service when the file is uploaded."
metadata: {}
package: "com.azure.storage.file.share.models"
artifact: com.azure:azure-storage-file-share:12.23.1