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

112 строки
4.5 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\" />"
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 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.15.1