Table of Contents

Class FileSmbProperties

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

The SMB properties for a file.

public class FileSmbProperties
Inheritance
FileSmbProperties
Inherited Members

Constructors

FileSmbProperties()

Creates a new FileSmbProperties instance.

public FileSmbProperties()

Properties

FileAttributes

The file system attributes for this file.

public NtfsFileAttributes? FileAttributes { get; set; }

Property Value

NtfsFileAttributes?

FileChangedOn

The change time of the file.

public DateTimeOffset? FileChangedOn { get; set; }

Property Value

DateTimeOffset?

FileCreatedOn

The creation time of the file.

public DateTimeOffset? FileCreatedOn { get; set; }

Property Value

DateTimeOffset?

FileId

The fileId of the file.

public string FileId { get; }

Property Value

string

FileLastWrittenOn

The last write time of the file.

public DateTimeOffset? FileLastWrittenOn { get; set; }

Property Value

DateTimeOffset?

FilePermissionKey

The key of the file permission.

public string FilePermissionKey { get; set; }

Property Value

string

ParentId

The parentId of the file

public string ParentId { get; }

Property Value

string