Class SQLTemplates.QueueItem
This maintains a queue of pending requests.
Inheritance
System.Object
SQLTemplates.QueueItem
Namespace: Kinvey
Assembly: Kinvey.dll
Syntax
public class QueueItem : object
Properties
| Improve this Doc View Sourceaction
Action.
Declaration
public string action { get; set; }
Property Value
Type | Description |
---|---|
System.String | The action property gets/sets the value of the string field, _action. |
collection
Collection name.
Declaration
public string collection { get; set; }
Property Value
Type | Description |
---|---|
System.String | The collection property gets/sets the value of the string field, _collection. |
key
Key.
Declaration
public int key { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The key property gets/sets the value of the int field, _key. |
OfflineMetaDataAsJson
Meta data as json.
Declaration
public String OfflineMetaDataAsJson { get; set; }
Property Value
Type | Description |
---|---|
String | The OfflineMetaDataAsJson property gets/sets the value of the string field, _offlineMetaDataAsJson. |