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

104 строки
8.0 KiB
YAML

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