C# Класс Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreItem

The object that is used to manage permissions for files and folders.
Наследование: FileStatusProperties
Показать файл Открыть проект

Открытые методы

Метод Описание
DataLakeStoreItem ( FileStatusProperties property, string optionalName = "", string optionalPath = "" ) : Microsoft.Azure.Management.DataLake.Store.Models

Initializes a new instance of the DataLakeStoreItem class.

Описание методов

DataLakeStoreItem() публичный Метод

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.
Результат Microsoft.Azure.Management.DataLake.Store.Models