| Package | Description |
|---|---|
| com.azure.storage.file.datalake.models |
Package containing classes for AzureDataLakeStorageRestAPI.
|
| Modifier and Type | Method and Description |
|---|---|
DataLakeAccessPolicy |
DataLakeSignedIdentifier.getAccessPolicy()
Get the accessPolicy property: The accessPolicy property.
|
DataLakeAccessPolicy |
DataLakeAccessPolicy.setExpiresOn(OffsetDateTime expiresOn)
Set the expiresOn property: the date-time the policy expires.
|
DataLakeAccessPolicy |
DataLakeAccessPolicy.setPermissions(String permissions)
Set the permissions property: the permissions for the acl policy.
|
DataLakeAccessPolicy |
DataLakeAccessPolicy.setStartsOn(OffsetDateTime startsOn)
Set the startsOn property: the date-time the policy is active.
|
| Modifier and Type | Method and Description |
|---|---|
DataLakeSignedIdentifier |
DataLakeSignedIdentifier.setAccessPolicy(DataLakeAccessPolicy accessPolicy)
Set the accessPolicy property: The accessPolicy property.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.