Class DataLakePathCreateOptions
java.lang.Object
com.azure.storage.file.datalake.options.DataLakePathCreateOptions
Extended options that may be passed when creating a datalake resource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the http headers.Gets the permissions.Gets the request conditions.getUmask()Gets the umask.setMetadata(Map<String, String> metadata) setPathHttpHeaders(PathHttpHeaders headers) Sets the umask.setPermissions(String permissions) Sets the permissions.setRequestConditions(DataLakeRequestConditions requestConditions) Sets the request conditions.Sets the umask.
-
Constructor Details
-
DataLakePathCreateOptions
public DataLakePathCreateOptions()Constructs aDataLakePathCreateOptions.
-
-
Method Details
-
getPermissions
Gets the permissions.- Returns:
- the permissions
-
setPermissions
Sets the permissions.- Parameters:
permissions- The permissions.- Returns:
- the updated options.
-
getUmask
Gets the umask.- Returns:
- the umask.
-
setUmask
Sets the umask.- Parameters:
umask- The umask.- Returns:
- the updated options.
-
getPathHttpHeaders
Gets the http headers.- Returns:
- the http headers.
-
setPathHttpHeaders
Sets the umask.- Parameters:
headers- The http headers.- Returns:
- the updated options.
-
getMetadata
- Returns:
- Metadata to associate with the datalake path.
-
setMetadata
- Parameters:
metadata- Metadata to associate with the datalake path. If there is leading or trailing whitespace in any metadata key or value, it must be removed or encoded.- Returns:
- The updated options.
-
getRequestConditions
Gets the request conditions.- Returns:
- the request conditions.
-
setRequestConditions
Sets the request conditions.- Parameters:
requestConditions- The request conditions.- Returns:
- the updated FileQueryOptions object.
-