91 строка
6.3 KiB
YAML
91 строка
6.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.storage.file.share.models.ShareFileInfo"
|
|
fullName: "com.azure.storage.file.share.models.ShareFileInfo"
|
|
name: "ShareFileInfo"
|
|
nameWithType: "ShareFileInfo"
|
|
summary: "Contains information about a File in the storage File service."
|
|
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 **ShareFileInfo**"
|
|
constructors:
|
|
- uid: "com.azure.storage.file.share.models.ShareFileInfo.ShareFileInfo(java.lang.String,java.time.OffsetDateTime,java.lang.Boolean,com.azure.storage.file.share.FileSmbProperties)"
|
|
fullName: "com.azure.storage.file.share.models.ShareFileInfo.ShareFileInfo(String eTag, OffsetDateTime lastModified, Boolean isServerEncrypted, FileSmbProperties smbProperties)"
|
|
name: "ShareFileInfo(String eTag, OffsetDateTime lastModified, Boolean isServerEncrypted, FileSmbProperties smbProperties)"
|
|
nameWithType: "ShareFileInfo.ShareFileInfo(String eTag, OffsetDateTime lastModified, Boolean isServerEncrypted, FileSmbProperties smbProperties)"
|
|
summary: "Creates an instance of information about a specific Directory."
|
|
parameters:
|
|
- description: "Entity tag that corresponds to the directory."
|
|
name: "eTag"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Last time the directory was modified."
|
|
name: "lastModified"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- description: "The value of this header is set to true if the directory metadata is completely\n encrypted using the specified algorithm. Otherwise, the value is set to false."
|
|
name: "isServerEncrypted"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- description: "The SMB properties of the file."
|
|
name: "smbProperties"
|
|
type: "<xref href=\"com.azure.storage.file.share.FileSmbProperties?alt=com.azure.storage.file.share.FileSmbProperties&text=FileSmbProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ShareFileInfo(String eTag, OffsetDateTime lastModified, Boolean isServerEncrypted, FileSmbProperties smbProperties)"
|
|
desc: "Creates an instance of information about a specific Directory."
|
|
methods:
|
|
- uid: "com.azure.storage.file.share.models.ShareFileInfo.getETag()"
|
|
fullName: "com.azure.storage.file.share.models.ShareFileInfo.getETag()"
|
|
name: "getETag()"
|
|
nameWithType: "ShareFileInfo.getETag()"
|
|
summary: "Gets the entity tag that corresponds to the file."
|
|
syntax: "public String getETag()"
|
|
desc: "Gets the entity tag that corresponds to the file."
|
|
returns:
|
|
description: "The entity tag that corresponds to 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.ShareFileInfo.getLastModified()"
|
|
fullName: "com.azure.storage.file.share.models.ShareFileInfo.getLastModified()"
|
|
name: "getLastModified()"
|
|
nameWithType: "ShareFileInfo.getLastModified()"
|
|
summary: "Gets the last time the file was modified."
|
|
syntax: "public OffsetDateTime getLastModified()"
|
|
desc: "Gets the last time the file was modified."
|
|
returns:
|
|
description: "The last time the file was 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.ShareFileInfo.getSmbProperties()"
|
|
fullName: "com.azure.storage.file.share.models.ShareFileInfo.getSmbProperties()"
|
|
name: "getSmbProperties()"
|
|
nameWithType: "ShareFileInfo.getSmbProperties()"
|
|
summary: "Gets the SMB Properties of the file."
|
|
syntax: "public FileSmbProperties getSmbProperties()"
|
|
desc: "Gets the SMB Properties of the file."
|
|
returns:
|
|
description: "The SMB Properties of the file."
|
|
type: "<xref href=\"com.azure.storage.file.share.FileSmbProperties?alt=com.azure.storage.file.share.FileSmbProperties&text=FileSmbProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.file.share.models.ShareFileInfo.isServerEncrypted()"
|
|
fullName: "com.azure.storage.file.share.models.ShareFileInfo.isServerEncrypted()"
|
|
name: "isServerEncrypted()"
|
|
nameWithType: "ShareFileInfo.isServerEncrypted()"
|
|
summary: "The value of this header is true if the file metadata is completely encrypted using the specified algorithm."
|
|
syntax: "public Boolean isServerEncrypted()"
|
|
desc: "The value of this header is true if the file metadata is completely encrypted using the specified algorithm. Otherwise, the value is false."
|
|
returns:
|
|
description: "The value of this header is true if the file metadata is completely encrypted using the specified\n algorithm. Otherwise, the value is false."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
type: "class"
|
|
desc: "Contains information about a File in the storage File service."
|
|
metadata: {}
|
|
package: "com.azure.storage.file.share.models"
|
|
artifact: com.azure:azure-storage-file-share:12.24.0
|