File Class |
Namespace: NetQuarry.Services.Uploadcare
The File type exposes the following members.
| Name | Description | |
|---|---|---|
| default_effects | The default image processing effects. | |
| document_id |
Value of the document_id stored with the IDocStorageService service.
| |
| done | The number of bytes transferred (applicable to upload/download status checks). | |
| file_id | The Uploadcare file ID. | |
| filename | The file name. | |
| image_info | Additional image-speicific information for files identified as is_image. | |
| is_image | Specifies whether or not the file is an image file. An image files will have additional information under image_info. | |
| is_ready | If a file is ready and not deleted, it is available on the CDN. | |
| is_stored | True if the file is stored in Uploadcare, else false. | |
| original_filename | The original file name as uploaded. | |
| revision |
The revision number of the document mapper
| |
| secure_url |
The secure URL if the service is configured.
| |
| size | File size in bytes. | |
| total | The total number of bytes stored in Uploadcare, if applicable. | |
| url |
The URL to the file
| |
| uuid | The file's UUID |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |