DataLakeFileSystemCreateOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional parameters for creating a File System.
public class DataLakeFileSystemCreateOptions
type DataLakeFileSystemCreateOptions = class
Public Class DataLakeFileSystemCreateOptions
- Inheritance
-
DataLakeFileSystemCreateOptions
Constructors
DataLakeFileSystemCreateOptions() |
Properties
EncryptionScopeOptions |
Optional encryption scope options to set for this file system. |
Metadata |
Optional custom metadata to set for this file system. |
PublicAccessType |
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. |
Applies to
Azure SDK for .NET