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

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

Public Methods

Method 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 method

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.
return Microsoft.Azure.Management.DataLake.Store.Models