Class MetaData
Inheritance
System.Object
MetaData
Assembly: Syncfusion.Blazor.dll
public class MetaData : Object, IEquatable<MetaData>
Constructors
Declaration
Properties
Returns the blob of uploaded file.
Declaration
public object Blob { get; set; }
Property Value
Type |
Description |
System.Object |
|
Declaration
public double ChunkIndex { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double End { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public FileInfo File { get; set; }
Property Value
Declaration
public object Request { get; set; }
Property Value
Type |
Description |
System.Object |
|
Declaration
public double RetryCount { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double Start { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
Declaration
public bool Equals(MetaData metaData)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<>