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

UpsertRelationalDataPointRequest More...

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

Public Member Functions

 UpsertRelationalDataPointRequest (DataSeries dataSeries=default(DataSeries), string effectiveAt=default(string), Dictionary< string, Object > valueFields=default(Dictionary< string, Object >), Dictionary< string, Object > metaDataFields=default(Dictionary< string, Object >))
 Initializes a new instance of the UpsertRelationalDataPointRequest 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 (UpsertRelationalDataPointRequest input)
 Returns true if UpsertRelationalDataPointRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 UpsertRelationalDataPointRequest ()
 Initializes a new instance of the UpsertRelationalDataPointRequest class. More...
 

Properties

DataSeries DataSeries [get, set]
 Gets or Sets DataSeries More...
 
string EffectiveAt [get, set]
 The effectiveAt or cut-label datetime of the DataPoint. More...
 
Dictionary< string, Object > ValueFields [get, set]
 The values associated with the DataPoint, structured according to the FieldSchema of the parent RelationalDatasetDefinition. More...
 
Dictionary< string, Object > MetaDataFields [get, set]
 The metadata associated with the DataPoint, structured according to the FieldSchema of the parent RelationalDatasetDefinition. More...
 

Detailed Description

UpsertRelationalDataPointRequest

Constructor & Destructor Documentation

◆ UpsertRelationalDataPointRequest() [1/2]

Lusid.Sdk.Model.UpsertRelationalDataPointRequest.UpsertRelationalDataPointRequest ( )
inlineprotected

Initializes a new instance of the UpsertRelationalDataPointRequest class.

◆ UpsertRelationalDataPointRequest() [2/2]

Lusid.Sdk.Model.UpsertRelationalDataPointRequest.UpsertRelationalDataPointRequest ( DataSeries  dataSeries = default(DataSeries),
string  effectiveAt = default(string),
Dictionary< string, Object >  valueFields = default(Dictionary<string, Object>),
Dictionary< string, Object >  metaDataFields = default(Dictionary<string, Object>) 
)
inline

Initializes a new instance of the UpsertRelationalDataPointRequest class.

Parameters
dataSeriesdataSeries (required).
effectiveAtThe effectiveAt or cut-label datetime of the DataPoint. (required).
valueFieldsThe values associated with the DataPoint, structured according to the FieldSchema of the parent RelationalDatasetDefinition. (required).
metaDataFieldsThe metadata associated with the DataPoint, structured according to the FieldSchema of the parent RelationalDatasetDefinition..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpsertRelationalDataPointRequest instances are equal

Parameters
inputInstance of UpsertRelationalDataPointRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DataSeries

DataSeries Lusid.Sdk.Model.UpsertRelationalDataPointRequest.DataSeries
getset

Gets or Sets DataSeries

◆ EffectiveAt

string Lusid.Sdk.Model.UpsertRelationalDataPointRequest.EffectiveAt
getset

The effectiveAt or cut-label datetime of the DataPoint.

The effectiveAt or cut-label datetime of the DataPoint.

◆ MetaDataFields

Dictionary<string, Object> Lusid.Sdk.Model.UpsertRelationalDataPointRequest.MetaDataFields
getset

The metadata associated with the DataPoint, structured according to the FieldSchema of the parent RelationalDatasetDefinition.

The metadata associated with the DataPoint, structured according to the FieldSchema of the parent RelationalDatasetDefinition.

◆ ValueFields

Dictionary<string, Object> Lusid.Sdk.Model.UpsertRelationalDataPointRequest.ValueFields
getset

The values associated with the DataPoint, structured according to the FieldSchema of the parent RelationalDatasetDefinition.

The values associated with the DataPoint, structured according to the FieldSchema of the parent RelationalDatasetDefinition.


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