LUSID C# SDK
Public Member Functions | Properties | List of all members
Lusid.Sdk.Model.QueryRelationalDatasetRequest Class Reference

QueryRelationalDatasetRequest More...

Inheritance diagram for Lusid.Sdk.Model.QueryRelationalDatasetRequest:
Inheritance graph
[legend]

Public Member Functions

 QueryRelationalDatasetRequest (string queryMethod=default(string), string filter=default(string), List< CustomSortBy > customSortBy=default(List< CustomSortBy >))
 Initializes a new instance of the QueryRelationalDatasetRequest 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 (QueryRelationalDatasetRequest input)
 Returns true if QueryRelationalDatasetRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

string QueryMethod [get, set]
 The method used to query data points. Can be either &#39;Latest&#39; or &#39;TimeSeries&#39;. More...
 
string Filter [get, set]
 Expression to filter the result set. For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914. More...
 
List< CustomSortByCustomSortBy [get, set]
 A list of fields and values to sort the results by. More...
 

Detailed Description

QueryRelationalDatasetRequest

Constructor & Destructor Documentation

◆ QueryRelationalDatasetRequest()

Lusid.Sdk.Model.QueryRelationalDatasetRequest.QueryRelationalDatasetRequest ( string  queryMethod = default(string),
string  filter = default(string),
List< CustomSortBy customSortBy = default(List<CustomSortBy>) 
)
inline

Initializes a new instance of the QueryRelationalDatasetRequest class.

Parameters
queryMethodThe method used to query data points. Can be either &#39;Latest&#39; or &#39;TimeSeries&#39;..
filterExpression to filter the result set. For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914..
customSortByA list of fields and values to sort the results by..

Member Function Documentation

◆ Equals() [1/2]

override bool Lusid.Sdk.Model.QueryRelationalDatasetRequest.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool Lusid.Sdk.Model.QueryRelationalDatasetRequest.Equals ( QueryRelationalDatasetRequest  input)
inline

Returns true if QueryRelationalDatasetRequest instances are equal

Parameters
inputInstance of QueryRelationalDatasetRequest to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.QueryRelationalDatasetRequest.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.QueryRelationalDatasetRequest.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string Lusid.Sdk.Model.QueryRelationalDatasetRequest.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CustomSortBy

List<CustomSortBy> Lusid.Sdk.Model.QueryRelationalDatasetRequest.CustomSortBy
getset

A list of fields and values to sort the results by.

A list of fields and values to sort the results by.

◆ Filter

string Lusid.Sdk.Model.QueryRelationalDatasetRequest.Filter
getset

Expression to filter the result set. For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.

Expression to filter the result set. For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.

◆ QueryMethod

string Lusid.Sdk.Model.QueryRelationalDatasetRequest.QueryMethod
getset

The method used to query data points. Can be either &#39;Latest&#39; or &#39;TimeSeries&#39;.

The method used to query data points. Can be either &#39;Latest&#39; or &#39;TimeSeries&#39;.


The documentation for this class was generated from the following file: