Class FileSystemAccessPolicies
java.lang.Object
com.azure.storage.file.datalake.models.FileSystemAccessPolicies
This class contains values which correlate to the access polices set on a specific file system.
-
Constructor Summary
ConstructorsConstructorDescriptionFileSystemAccessPolicies(PublicAccessType dataLakeAccessType, List<DataLakeSignedIdentifier> identifiers) Constructs aFileSystemAccessPolicies. -
Method Summary
Modifier and TypeMethodDescriptionGets the level of public access the file system allows.Gets theDataLakeSignedIdentifiersassociated with the file system.
-
Constructor Details
-
FileSystemAccessPolicies
public FileSystemAccessPolicies(PublicAccessType dataLakeAccessType, List<DataLakeSignedIdentifier> identifiers) Constructs aFileSystemAccessPolicies.- Parameters:
dataLakeAccessType- Level of public access the file system allows.identifiers-DataLakeSignedIdentifiersassociated with the file system.
-
-
Method Details
-
getDataLakeAccessType
Gets the level of public access the file system allows.- Returns:
- the level of public access the file system allows.
-
getIdentifiers
Gets theDataLakeSignedIdentifiersassociated with the file system.- Returns:
- the
DataLakeSignedIdentifiersassociated with the file system.
-