Azure.Storage.Files.DataLake.Models.DataLakeFileSystemCreateOptions
Optional parameters for creating a File System.
Optional encryption scope options to set for this file system.
Optional custom metadata to set for this file system.
Optionally specifies whether data in the file system may be accessed
publicly and the level of access. FileSystem
specifies full public read access for file system and path data.
Clients can enumerate paths within the file system via anonymous
request, but cannot enumerate file systems within the storage
account. Path specifies public
read access for paths. Path data within this file system can be
read via anonymous request, but file system data is not available.
Clients cannot enumerate paths within the file system via anonymous
request. None specifies that the
file system data is private to the account owner.
public DataLakeFileSystemCreateOptions()