Class DataEntry
Data entry.
public sealed class DataEntry
- Inheritance
-
DataEntry
- Inherited Members
Properties
Key
Key object.
[JsonPropertyName("key")]
public RemoteObject Key { get; set; }
Property Value
PrimaryKey
Primary key object.
[JsonPropertyName("primaryKey")]
public RemoteObject PrimaryKey { get; set; }
Property Value
Value
Value object.
[JsonPropertyName("value")]
public RemoteObject Value { get; set; }