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

108 строки
7.2 KiB
YAML

### YamlMime:JavaEnum
uid: "com.azure.storage.file.share.models.CopyableFileSmbProperties"
fullName: "com.azure.storage.file.share.models.CopyableFileSmbProperties"
name: "CopyableFileSmbProperties"
nameWithType: "CopyableFileSmbProperties"
summary: "SMB Properties to copy from the source file."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#valueOf-java.lang.Class-java.lang.String-\">valueOf</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#compareTo-E-\">compareTo</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#describeConstable--\">describeConstable</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#getDeclaringClass--\">getDeclaringClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#name--\">name</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#ordinal--\">ordinal</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#toString--\">toString</a>"
- 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#getClass--\">getClass</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#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 enum **CopyableFileSmbProperties**</br> extends <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>&lt;<xref href=\"com.azure.storage.file.share.models.CopyableFileSmbProperties?alt=com.azure.storage.file.share.models.CopyableFileSmbProperties&text=CopyableFileSmbProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
fields:
- uid: "com.azure.storage.file.share.models.CopyableFileSmbProperties.CHANGED_ON"
fullName: "com.azure.storage.file.share.models.CopyableFileSmbProperties.CHANGED_ON"
name: "CHANGED_ON"
nameWithType: "CopyableFileSmbProperties.CHANGED_ON"
summary: "Enum value changed on."
desc: "Enum value changed on."
- uid: "com.azure.storage.file.share.models.CopyableFileSmbProperties.CREATED_ON"
fullName: "com.azure.storage.file.share.models.CopyableFileSmbProperties.CREATED_ON"
name: "CREATED_ON"
nameWithType: "CopyableFileSmbProperties.CREATED_ON"
summary: "Enum value available."
desc: "Enum value available."
- uid: "com.azure.storage.file.share.models.CopyableFileSmbProperties.FILE_ATTRIBUTES"
fullName: "com.azure.storage.file.share.models.CopyableFileSmbProperties.FILE_ATTRIBUTES"
name: "FILE_ATTRIBUTES"
nameWithType: "CopyableFileSmbProperties.FILE_ATTRIBUTES"
summary: "Enum value file attributes."
desc: "Enum value file attributes."
- uid: "com.azure.storage.file.share.models.CopyableFileSmbProperties.LAST_WRITTEN_ON"
fullName: "com.azure.storage.file.share.models.CopyableFileSmbProperties.LAST_WRITTEN_ON"
name: "LAST_WRITTEN_ON"
nameWithType: "CopyableFileSmbProperties.LAST_WRITTEN_ON"
summary: "Enum value last written on."
desc: "Enum value last written on."
methods:
- uid: "com.azure.storage.file.share.models.CopyableFileSmbProperties.fromString(java.lang.String)"
fullName: "com.azure.storage.file.share.models.CopyableFileSmbProperties.fromString(String value)"
name: "fromString(String value)"
nameWithType: "CopyableFileSmbProperties.fromString(String value)"
summary: "Parses a serialized value to a Copyable<wbr>File<wbr>Smb<wbr>Properties instance."
modifiers:
- "static"
parameters:
- description: "the serialized value to parse."
name: "value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static CopyableFileSmbProperties fromString(String value)"
desc: "Parses a serialized value to a CopyableFileSmbProperties instance."
returns:
description: "the parsed CopyableFileSmbProperties object, or null if unable to parse."
type: "<xref href=\"com.azure.storage.file.share.models.CopyableFileSmbProperties?alt=com.azure.storage.file.share.models.CopyableFileSmbProperties&text=CopyableFileSmbProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.share.models.CopyableFileSmbProperties.toString()"
fullName: "com.azure.storage.file.share.models.CopyableFileSmbProperties.toString()"
name: "toString()"
nameWithType: "CopyableFileSmbProperties.toString()"
overridden: "java.lang.Enum.toString()"
syntax: "public String toString()"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.file.share.models.CopyableFileSmbProperties.valueOf(java.lang.String)"
fullName: "com.azure.storage.file.share.models.CopyableFileSmbProperties.valueOf(String name)"
name: "valueOf(String name)"
nameWithType: "CopyableFileSmbProperties.valueOf(String name)"
modifiers:
- "static"
parameters:
- name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static CopyableFileSmbProperties valueOf(String name)"
returns:
type: "<xref href=\"com.azure.storage.file.share.models.CopyableFileSmbProperties?alt=com.azure.storage.file.share.models.CopyableFileSmbProperties&text=CopyableFileSmbProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.share.models.CopyableFileSmbProperties.values()"
fullName: "com.azure.storage.file.share.models.CopyableFileSmbProperties.values()"
name: "values()"
nameWithType: "CopyableFileSmbProperties.values()"
modifiers:
- "static"
syntax: "public static CopyableFileSmbProperties[] values()"
returns:
type: "<xref href=\"com.azure.storage.file.share.models.CopyableFileSmbProperties?alt=com.azure.storage.file.share.models.CopyableFileSmbProperties&text=CopyableFileSmbProperties\" data-throw-if-not-resolved=\"False\" />[]"
desc: "SMB Properties to copy from the source file."
metadata: {}
package: "com.azure.storage.file.share.models"
artifact: com.azure:azure-storage-file-share:12.23.1