C# Class Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItem

The object that is used to manage permissions for files and folders.
Inheritance: FileStatusProperties
Afficher le fichier Open project: Azure/azure-powershell

Méthodes publiques

Méthode Description
DataLakeStoreItem ( FileStatusProperties property, string optionalName = "", string optionalPath = "" ) : Microsoft.Azure.Management.DataLake.Store.Models

Initializes a new instance of the DataLakeStoreItem class.

Method Details

DataLakeStoreItem() public méthode

Initializes a new instance of the DataLakeStoreItem class.
public DataLakeStoreItem ( FileStatusProperties property, string optionalName = "", string optionalPath = "" ) : Microsoft.Azure.Management.DataLake.Store.Models
property FileStatusProperties The property.
optionalName string The optional name of the file or folder
optionalPath string The optional full path to the file or folder, excluding the file or folder name itself.
Résultat Microsoft.Azure.Management.DataLake.Store.Models