114 строки
5.4 KiB
YAML
114 строки
5.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.storage.file.share.FileConstants"
|
|
fullName: "com.azure.storage.file.share.FileConstants"
|
|
name: "FileConstants"
|
|
nameWithType: "FileConstants"
|
|
summary: "Holds the Constants used for the 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 **FileConstants**"
|
|
constructors:
|
|
- uid: "com.azure.storage.file.share.FileConstants.FileConstants()"
|
|
fullName: "com.azure.storage.file.share.FileConstants.FileConstants()"
|
|
name: "FileConstants()"
|
|
nameWithType: "FileConstants.FileConstants()"
|
|
syntax: "public FileConstants()"
|
|
fields:
|
|
- uid: "com.azure.storage.file.share.FileConstants.COPY_SOURCE"
|
|
fullName: "com.azure.storage.file.share.FileConstants.COPY_SOURCE"
|
|
name: "COPY_SOURCE"
|
|
nameWithType: "FileConstants.COPY_SOURCE"
|
|
summary: "Default value for copying SMB Properties from source file."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
value: "Source"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static final String COPY_SOURCE"
|
|
desc: "Default value for copying SMB Properties from source file."
|
|
- uid: "com.azure.storage.file.share.FileConstants.FILE_ATTRIBUTES_NONE"
|
|
fullName: "com.azure.storage.file.share.FileConstants.FILE_ATTRIBUTES_NONE"
|
|
name: "FILE_ATTRIBUTES_NONE"
|
|
nameWithType: "FileConstants.FILE_ATTRIBUTES_NONE"
|
|
summary: "Default file attribute value for files."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
value: "None"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static final String FILE_ATTRIBUTES_NONE"
|
|
desc: "Default file attribute value for files."
|
|
- uid: "com.azure.storage.file.share.FileConstants.FILE_PERMISSION_INHERIT"
|
|
fullName: "com.azure.storage.file.share.FileConstants.FILE_PERMISSION_INHERIT"
|
|
name: "FILE_PERMISSION_INHERIT"
|
|
nameWithType: "FileConstants.FILE_PERMISSION_INHERIT"
|
|
summary: "Default header value for file permission."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
value: "Inherit"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static final String FILE_PERMISSION_INHERIT"
|
|
desc: "Default header value for file permission."
|
|
- uid: "com.azure.storage.file.share.FileConstants.FILE_TIME_NOW"
|
|
fullName: "com.azure.storage.file.share.FileConstants.FILE_TIME_NOW"
|
|
name: "FILE_TIME_NOW"
|
|
nameWithType: "FileConstants.FILE_TIME_NOW"
|
|
summary: "Default file creation and file last write time."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
value: "Now"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static final String FILE_TIME_NOW"
|
|
desc: "Default file creation and file last write time."
|
|
- uid: "com.azure.storage.file.share.FileConstants.PRESERVE"
|
|
fullName: "com.azure.storage.file.share.FileConstants.PRESERVE"
|
|
name: "PRESERVE"
|
|
nameWithType: "FileConstants.PRESERVE"
|
|
summary: "Default value for several SMB file headers."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
value: "Preserve"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static final String PRESERVE"
|
|
desc: "Default value for several SMB file headers."
|
|
- uid: "com.azure.storage.file.share.FileConstants.SMB_DATE_STRING"
|
|
fullName: "com.azure.storage.file.share.FileConstants.SMB_DATE_STRING"
|
|
name: "SMB_DATE_STRING"
|
|
nameWithType: "FileConstants.SMB_DATE_STRING"
|
|
summary: "Stores a reference to the date/time pattern expected for File SMB properties"
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
value: "yyyy-MM-dd'T'HH:mm:ss.SSSSSSS'Z'"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static final String SMB_DATE_STRING"
|
|
desc: "Stores a reference to the date/time pattern expected for File SMB properties"
|
|
type: "class"
|
|
desc: "Holds the Constants used for the File Service."
|
|
metadata: {}
|
|
package: "com.azure.storage.file.share"
|
|
artifact: com.azure:azure-storage-file-share:12.24.0
|