Lite |
The LiteStorageTFileId type exposes the following members.
| Name | Description | |
|---|---|---|
| LiteStorageTFileId | Initializes a new instance of the LiteStorageTFileId class |
| Name | Description | |
|---|---|---|
| Delete | Delete a file inside datafile and all metadata related | |
| Download(TFileId, Stream) | Copy all file content to a steam | |
| Download(TFileId, String, Boolean) | Copy all file content to a file | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Exists | Returns if a file exisits in database | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| Find(BsonExpression) | Find all files that match with predicate expression. | |
| Find(ExpressionFuncLiteFileInfoTFileId, Boolean) | Find all files that match with predicate expression. | |
| Find(String, BsonDocument) | Find all files that match with predicate expression. | |
| Find(String, BsonValue) | Find all files that match with predicate expression. | |
| FindAll | Find all files inside file collections | |
| FindById | Find a file inside datafile and returns LiteFileInfo instance. Returns null if not found | |
| GetHashCode | Serves as the default hash function. (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) | |
| OpenRead | Load data inside storage and returns as Stream | |
| OpenWrite | Open/Create new file storage and returns linked Stream to write operations. | |
| SetMetadata | Update metadata on a file. File must exist. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| Upload(TFileId, String) | Upload a file based on file system data | |
| Upload(TFileId, String, Stream, BsonDocument) | Upload a file based on stream data |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx) | |
| PropertyGet |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx) |