Udostępnij za pośrednictwem


DataLakeFileSystemCreateOptions.PublicAccessType Property

Definition

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 Azure.Storage.Files.DataLake.Models.PublicAccessType PublicAccessType { get; set; }
member this.PublicAccessType : Azure.Storage.Files.DataLake.Models.PublicAccessType with get, set
Public Property PublicAccessType As PublicAccessType

Property Value

Applies to