Table of Contents

Class ShareItem

Namespace
Azure.Storage.Files.Shares.Models
Assembly
Azure.Storage.Files.Shares.dll

A listed Azure Storage share item.

public class ShareItem
Inheritance
ShareItem
Inherited Members

Properties

IsDeleted

Deleted.

public bool? IsDeleted { get; }

Property Value

bool?

Name

Name.

public string Name { get; }

Property Value

string

Properties

Properties of a share.

public ShareProperties Properties { get; }

Property Value

ShareProperties

Snapshot

Snapshot.

public string Snapshot { get; }

Property Value

string

VersionId

Version.

public string VersionId { get; }

Property Value

string