| Package | Description |
|---|---|
| com.azure.storage.file.datalake.models |
Package containing classes for AzureDataLakeStorageRestAPI.
|
| Modifier and Type | Field and Description |
|---|---|
static AccessControlType |
AccessControlType.GROUP
Static value group for AccessControlType.
|
static AccessControlType |
AccessControlType.MASK
Static value mask for AccessControlType.
|
static AccessControlType |
AccessControlType.OTHER
Static value other for AccessControlType.
|
static AccessControlType |
AccessControlType.USER
Static value user for AccessControlType.
|
| Modifier and Type | Method and Description |
|---|---|
static AccessControlType |
AccessControlType.fromString(String name)
Creates or finds a ArchiveStatus from its string representation.
|
AccessControlType |
PathRemoveAccessControlEntry.getAccessControlType()
Specifies which role this entry targets.
|
AccessControlType |
PathAccessControlEntry.getAccessControlType()
Returns the
AccessControlType for this entry. |
| Modifier and Type | Method and Description |
|---|---|
PathRemoveAccessControlEntry |
PathRemoveAccessControlEntry.setAccessControlType(AccessControlType accessControlType)
Specifies which role this entry targets.
|
PathAccessControlEntry |
PathAccessControlEntry.setAccessControlType(AccessControlType accessControlType)
Sets the
AccessControlType for this entry. |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.