Class BlobInfo
Информация о BLOB.
Inheritance
System.Object
BlobInfo
Namespace:InfinniPlatform.BlobStorage
Assembly:InfinniPlatform.BlobStorage.Abstractions.dll
Syntax
public class BlobInfo : object
Properties
| Improve this Doc View SourceId
Идентификатор.
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Наименование.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Size
Размер в байтах.
Declaration
public long Size { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
Time
Дата и время создания.
Declaration
public DateTime Time { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Type
Формат данных.
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |