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

92 строки
6.3 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\" />"
inheritedMembers:
- "java.lang.Object.clone()"
- "java.lang.Object.equals(java.lang.Object)"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.hashCode()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.toString()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
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()"
syntax: "public String getETag()"
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()"
syntax: "public OffsetDateTime getLastModified()"
returns:
description: "Entity tag that corresponds to the directory."
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()"
syntax: "public Map<String,String> getMetadata()"
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()"
syntax: "public FileSmbProperties getSmbProperties()"
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()"
syntax: "public boolean isServerEncrypted()"
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.15.1