Table of Contents

Class ShareFileItem

Namespace
Azure.Storage.Files.Shares.Models
Assembly
Azure.Storage.Files.Shares.dll
public class ShareFileItem
Inheritance
ShareFileItem
Inherited Members

Properties

FileAttributes

Gets the file attributes.

public NtfsFileAttributes? FileAttributes { get; }

Property Value

NtfsFileAttributes?

FileSize

Gets an optional value indicating the file size, if this item is a file.

public long? FileSize { get; }

Property Value

long?

Id

Gets the ID.

public string Id { get; }

Property Value

string

IsDirectory

Gets a value indicating whether this item is a directory.

public bool IsDirectory { get; }

Property Value

bool

Name

Gets the name of this item.

public string Name { get; }

Property Value

string

PermissionKey

Gets the permission key.

public string PermissionKey { get; }

Property Value

string

Properties

Gets the properties of this item.

public ShareFileItemProperties Properties { get; }

Property Value

ShareFileItemProperties