|
LUSID C# SDK
|
Virtual document consists of (potentially several) upserted documents. The documents get parsed according to the provided data map on upsert, the collection of resulting values in aggregated in a virtual document More...

Public Member Functions | |
| VirtualDocument (StructuredResultDataId documentId=default(StructuredResultDataId), List< VirtualDocumentRow > data=default(List< VirtualDocumentRow >)) | |
| Initializes a new instance of the VirtualDocument class. More... | |
| override string | ToString () |
| Returns the string presentation of the object More... | |
| virtual string | ToJson () |
| Returns the JSON string presentation of the object More... | |
| override bool | Equals (object input) |
| Returns true if objects are equal More... | |
| bool | Equals (VirtualDocument input) |
| Returns true if VirtualDocument instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Properties | |
| StructuredResultDataId | DocumentId [get, set] |
| Gets or Sets DocumentId More... | |
| List< VirtualDocumentRow > | Data [get, set] |
| The data inside the document More... | |
Virtual document consists of (potentially several) upserted documents. The documents get parsed according to the provided data map on upsert, the collection of resulting values in aggregated in a virtual document
|
inline |
Initializes a new instance of the VirtualDocument class.
| documentId | documentId. |
| data | The data inside the document. |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if VirtualDocument instances are equal
| input | Instance of VirtualDocument to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
The data inside the document
The data inside the document
|
getset |
Gets or Sets DocumentId