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

164 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.storage.file.share.FileSmbProperties"
fullName: "com.azure.storage.file.share.FileSmbProperties"
name: "FileSmbProperties"
nameWithType: "FileSmbProperties"
summary: "A class used to represent the SMB properties of a file."
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 **FileSmbProperties**"
constructors:
- uid: "com.azure.storage.file.share.FileSmbProperties.FileSmbProperties()"
fullName: "com.azure.storage.file.share.FileSmbProperties.FileSmbProperties()"
name: "FileSmbProperties()"
nameWithType: "FileSmbProperties.FileSmbProperties()"
summary: "Default constructor"
syntax: "public FileSmbProperties()"
desc: "Default constructor"
methods:
- uid: "com.azure.storage.file.share.FileSmbProperties.getFileChangeTime()"
fullName: "com.azure.storage.file.share.FileSmbProperties.getFileChangeTime()"
name: "getFileChangeTime()"
nameWithType: "FileSmbProperties.getFileChangeTime()"
syntax: "public OffsetDateTime getFileChangeTime()"
returns:
description: "The file's change time."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.storage.file.share.FileSmbProperties.getFileCreationTime()"
fullName: "com.azure.storage.file.share.FileSmbProperties.getFileCreationTime()"
name: "getFileCreationTime()"
nameWithType: "FileSmbProperties.getFileCreationTime()"
syntax: "public OffsetDateTime getFileCreationTime()"
returns:
description: "The file's creation time."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.storage.file.share.FileSmbProperties.getFileId()"
fullName: "com.azure.storage.file.share.FileSmbProperties.getFileId()"
name: "getFileId()"
nameWithType: "FileSmbProperties.getFileId()"
syntax: "public String getFileId()"
returns:
description: "The file's ID."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.file.share.FileSmbProperties.getFileLastWriteTime()"
fullName: "com.azure.storage.file.share.FileSmbProperties.getFileLastWriteTime()"
name: "getFileLastWriteTime()"
nameWithType: "FileSmbProperties.getFileLastWriteTime()"
syntax: "public OffsetDateTime getFileLastWriteTime()"
returns:
description: "The file's last write time."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.storage.file.share.FileSmbProperties.getFilePermissionKey()"
fullName: "com.azure.storage.file.share.FileSmbProperties.getFilePermissionKey()"
name: "getFilePermissionKey()"
nameWithType: "FileSmbProperties.getFilePermissionKey()"
syntax: "public String getFilePermissionKey()"
returns:
description: "The file's permission key."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.file.share.FileSmbProperties.getNtfsFileAttributes()"
fullName: "com.azure.storage.file.share.FileSmbProperties.getNtfsFileAttributes()"
name: "getNtfsFileAttributes()"
nameWithType: "FileSmbProperties.getNtfsFileAttributes()"
syntax: "public EnumSet<NtfsFileAttributes> getNtfsFileAttributes()"
returns:
description: "The file's <xref uid=\"com.azure.storage.file.share.models.NtfsFileAttributes\" data-throw-if-not-resolved=\"false\" data-raw-source=\"NtfsFileAttributes\"></xref>."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/EnumSet.html\">EnumSet</a>&lt;<xref href=\"com.azure.storage.file.share.models.NtfsFileAttributes?alt=com.azure.storage.file.share.models.NtfsFileAttributes&text=NtfsFileAttributes\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.storage.file.share.FileSmbProperties.getParentId()"
fullName: "com.azure.storage.file.share.FileSmbProperties.getParentId()"
name: "getParentId()"
nameWithType: "FileSmbProperties.getParentId()"
syntax: "public String getParentId()"
returns:
description: "The file's parent ID."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.file.share.FileSmbProperties.setFileChangeTime(java.time.OffsetDateTime)"
fullName: "com.azure.storage.file.share.FileSmbProperties.setFileChangeTime(OffsetDateTime fileChangeTime)"
name: "setFileChangeTime(OffsetDateTime fileChangeTime)"
nameWithType: "FileSmbProperties.setFileChangeTime(OffsetDateTime fileChangeTime)"
summary: "Sets the file change time."
parameters:
- description: "The file change time."
name: "fileChangeTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public FileSmbProperties setFileChangeTime(OffsetDateTime fileChangeTime)"
desc: "Sets the file change time."
returns:
description: "the updated FileSmbProperties object."
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.FileSmbProperties.setFileCreationTime(java.time.OffsetDateTime)"
fullName: "com.azure.storage.file.share.FileSmbProperties.setFileCreationTime(OffsetDateTime fileCreationTime)"
name: "setFileCreationTime(OffsetDateTime fileCreationTime)"
nameWithType: "FileSmbProperties.setFileCreationTime(OffsetDateTime fileCreationTime)"
summary: "Sets the file creation time."
parameters:
- description: "The file creation time."
name: "fileCreationTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public FileSmbProperties setFileCreationTime(OffsetDateTime fileCreationTime)"
desc: "Sets the file creation time."
returns:
description: "the updated FileSmbProperties object.."
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.FileSmbProperties.setFileLastWriteTime(java.time.OffsetDateTime)"
fullName: "com.azure.storage.file.share.FileSmbProperties.setFileLastWriteTime(OffsetDateTime fileLastWriteTime)"
name: "setFileLastWriteTime(OffsetDateTime fileLastWriteTime)"
nameWithType: "FileSmbProperties.setFileLastWriteTime(OffsetDateTime fileLastWriteTime)"
summary: "Sets the file last write time."
parameters:
- description: "The file last write time."
name: "fileLastWriteTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public FileSmbProperties setFileLastWriteTime(OffsetDateTime fileLastWriteTime)"
desc: "Sets the file last write time."
returns:
description: "the updated FileSmbProperties object."
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.FileSmbProperties.setFilePermissionKey(java.lang.String)"
fullName: "com.azure.storage.file.share.FileSmbProperties.setFilePermissionKey(String filePermissionKey)"
name: "setFilePermissionKey(String filePermissionKey)"
nameWithType: "FileSmbProperties.setFilePermissionKey(String filePermissionKey)"
summary: "Sets the file permission key."
parameters:
- description: "The file permission key."
name: "filePermissionKey"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public FileSmbProperties setFilePermissionKey(String filePermissionKey)"
desc: "Sets the file permission key."
returns:
description: "the updated FileSmbProperties object."
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.FileSmbProperties.setNtfsFileAttributes(java.util.EnumSet<com.azure.storage.file.share.models.NtfsFileAttributes>)"
fullName: "com.azure.storage.file.share.FileSmbProperties.setNtfsFileAttributes(EnumSet<NtfsFileAttributes> ntfsFileAttributes)"
name: "setNtfsFileAttributes(EnumSet<NtfsFileAttributes> ntfsFileAttributes)"
nameWithType: "FileSmbProperties.setNtfsFileAttributes(EnumSet<NtfsFileAttributes> ntfsFileAttributes)"
summary: "Sets the ntfs file attributes."
parameters:
- description: "An enum set of the ntfs file attributes."
name: "ntfsFileAttributes"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/EnumSet.html\">EnumSet</a>&lt;<xref href=\"com.azure.storage.file.share.models.NtfsFileAttributes?alt=com.azure.storage.file.share.models.NtfsFileAttributes&text=NtfsFileAttributes\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public FileSmbProperties setNtfsFileAttributes(EnumSet<NtfsFileAttributes> ntfsFileAttributes)"
desc: "Sets the ntfs file attributes."
returns:
description: "the updated FileSmbProperties object."
type: "<xref href=\"com.azure.storage.file.share.FileSmbProperties?alt=com.azure.storage.file.share.FileSmbProperties&text=FileSmbProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A class used to represent the SMB properties of a file."
metadata: {}
package: "com.azure.storage.file.share"
artifact: com.azure:azure-storage-file-share:12.24.0