FileConstants Class
- java.
lang. Object - com.
azure. storage. file. share. FileConstants
- com.
public final class FileConstants
Holds the Constants used for the File Service.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
| static final String |
COPY_SOURCE
Default value for copying SMB Properties from source file. |
| static final String |
FILE_ATTRIBUTES_NONE
Default file attribute value for files. |
| static final String |
FILE_PERMISSION_INHERIT
Default header value for file permission. |
| static final String |
FILE_TIME_NOW
Default file creation and file last write time. |
| static final String |
PRESERVE
Default value for several SMB file headers. |
| static final String |
SMB_DATE_STRING
Stores a reference to the date/time pattern expected for File SMB properties |
Constructor Summary
| Constructor | Description |
|---|---|
| FileConstants() |
Creates a new instance of FileConstants. |
Methods inherited from java.lang.Object
Field Details
COPY_SOURCE
public static final String COPY_SOURCE
Default value for copying SMB Properties from source file.
FILE_ATTRIBUTES_NONE
public static final String FILE_ATTRIBUTES_NONE
Default file attribute value for files.
FILE_PERMISSION_INHERIT
public static final String FILE_PERMISSION_INHERIT
Default header value for file permission.
FILE_TIME_NOW
public static final String FILE_TIME_NOW
Default file creation and file last write time.
PRESERVE
public static final String PRESERVE
Default value for several SMB file headers.
SMB_DATE_STRING
public static final String SMB_DATE_STRING
Stores a reference to the date/time pattern expected for File SMB properties
Constructor Details
FileConstants
public FileConstants()
Creates a new instance of FileConstants.