Class FileMetadata
Inheritance
System.Object
FileMetadata
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Downlink.Core
Assembly: Downlink.Core.dll
Syntax
public class FileMetadata
Constructors
| Improve this Doc View SourceFileMetadata(Double, String)
Declaration
public FileMetadata(double sizeinBytes, string fileName)
Parameters
Type | Name | Description |
---|---|---|
System.Double | sizeinBytes | |
System.String | fileName |
Properties
| Improve this Doc View SourceFileName
Declaration
public string FileName { get; }
Property Value
Type | Description |
---|---|
System.String |
Public
Declaration
public bool Public { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SizeInBytes
Declaration
public double SizeInBytes { get; }
Property Value
Type | Description |
---|---|
System.Double |