Class ShareDirectoryProperties
Properites for a directory.
public class ShareDirectoryProperties
- Inheritance
-
ShareDirectoryProperties
- Inherited Members
Properties
ETag
The ETag contains a value that you can use to perform operations conditionally, in quotes.
public ETag ETag { get; }
Property Value
- ETag
IsServerEncrypted
Set to true if the directory metadata is completely encrypted using the specified algorithm. Otherwise, the value is set to false.
public bool IsServerEncrypted { get; }
Property Value
LastModified
Returns DateTimeOffest the directory was last modified. Operations on files within the directory do not affect the last modified time of the directory.
public DateTimeOffset LastModified { get; }
Property Value
Metadata
A set of name-value pairs that contain metadata for the directory.
public IDictionary<string, string> Metadata { get; }
Property Value
SmbProperties
The SMB properties for the directory.
public FileSmbProperties SmbProperties { get; set; }