FileSystemAccessPolicies Class

  • java.lang.Object
    • com.azure.storage.file.datalake.models.FileSystemAccessPolicies

public class FileSystemAccessPolicies

This class contains values which correlate to the access polices set on a specific file system.

Constructor Summary

Constructor Description
FileSystemAccessPolicies(PublicAccessType dataLakeAccessType, List<DataLakeSignedIdentifier> identifiers)

Constructs a FileSystemAccessPolicies.

Method Summary

Modifier and Type Method and Description
PublicAccessType getDataLakeAccessType()
List<DataLakeSignedIdentifier> getIdentifiers()

Methods inherited from java.lang.Object

Constructor Details

FileSystemAccessPolicies

public FileSystemAccessPolicies(PublicAccessType dataLakeAccessType, List identifiers)

Constructs a FileSystemAccessPolicies.

Parameters:

dataLakeAccessType - Level of public access the file system allows.
identifiers - DataLakeSignedIdentifier associated with the file system.

Method Details

getDataLakeAccessType

public PublicAccessType getDataLakeAccessType()

Returns:

the level of public access the file system allows.

getIdentifiers

public List getIdentifiers()

Returns:

the DataLakeSignedIdentifier associated with the file system.

Applies to