Interface IFileMetadata
Namespace: IndicoV2.Storage.Models
Assembly: IndicoV2.Abstractions.dll
Syntax
public interface IFileMetadata
Properties
| Improve this Doc View SourceName
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Path
Declaration
string Path { get; }
Property Value
Type | Description |
---|---|
System.String |
UploadType
Declaration
UploadType UploadType { get; }
Property Value
Type | Description |
---|---|
UploadType |