Class FileSystemMetadata
Inheritance
System.Object
FileSystemMetadata
Namespace: MediaBrowser.Model.IO
Assembly: MediaBrowser.Model.dll
Syntax
public class FileSystemMetadata
Properties
CreationTimeUtc
Gets or sets the creation time UTC.
Declaration
public DateTimeOffset CreationTimeUtc { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset | The creation time UTC. |
DirectoryName
Gets or sets the name of the directory.
Declaration
public string DirectoryName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the directory. |
Exists
Gets or sets a value indicating whether this FileSystemMetadata is exists.
Declaration
public bool Exists { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Extension
Gets or sets the extension.
Declaration
public string Extension { get; set; }
Property Value
Type | Description |
---|---|
System.String | The extension. |
FullName
Gets or sets the full name.
Declaration
public string FullName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The full name. |
IsDirectory
Gets a value indicating whether this instance is directory.
Declaration
public bool IsDirectory { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
LastWriteTimeUtc
Gets or sets the last write time UTC.
Declaration
public DateTimeOffset LastWriteTimeUtc { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset | The last write time UTC. |
Length
Gets or sets the length.
Declaration
public long Length { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 | The length. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |