Click or drag to resize

SynchronizeDataRequest Properties

To get started, call one of the following methods:
  • Anysense.API.Client.V1.ApiClient.Create
  • Anysense.API.Client.V1.ApiClient.CreateAsync
  • Anysense.API.Client.V1.ApiClient.CreateWithToken
  • Anysense.API.Client.V1.ApiClient.CreateWithTokenAsync
See Anysense.API.Client.Shared.BaseClient<T> for documentation on these methods.

The SynchronizeDataRequest type exposes the following members.

Properties
 NameDescription
Public propertyDataState Defines the state of the data requested (Archived, Deleted, Normal etc)
Public propertyMediaMode Defines how MediaDatas should be returned
Public propertyReturnSize How many row of data is allowed to return. Set this to 0, to request all data (WARNING: this can be a very large portion of data).
Public propertySubformDataMode Defines what SubFormData that should be returned. Should be All in most cases.
Public propertySynchronizationStates List of states, that defines what to synchronize.
Top
See Also