Class StorageFileProperties
Represents the properties of a storage file.
Inherited Members
Namespace: DataWeb.Storage
Assembly: DataWeb.Core.dll
Syntax
public class StorageFileProperties
Properties
Length
Gets or sets the length of the storage file in bytes.
Declaration
public long Length { get; set; }
Property Value
Type | Description |
---|---|
long |
Type
Gets or sets the MIME type of the storage file.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |