Class KinveyMetaData
JSON representation of the _kmd field present on every entity stored in Kinvey.
Inheritance
System.Object
KinveyMetaData
Namespace: Kinvey
Assembly: Kinvey.dll
Syntax
public class KinveyMetaData : object
Constructors
| Improve this Doc View SourceKinveyMetaData()
Initializes a new instance of the KinveyMetaData class.
Declaration
public KinveyMetaData()
Fields
| Improve this Doc View SourceJSON_FIELD_NAME
The field name within every JSON object.
Declaration
public const string JSON_FIELD_NAME = null
Field Value
Type | Description |
---|---|
System.String | The string value with the field name. |
Properties
| Improve this Doc View SourceentityCreationTime
Gets or sets the entity creation time.
Declaration
public String entityCreationTime { get; set; }
Property Value
Type | Description |
---|---|
String | The entity creation time. |
lastModifiedTime
Gets or sets the last modified time.
Declaration
public String lastModifiedTime { get; set; }
Property Value
Type | Description |
---|---|
String | The last modified time. |