Click or drag to resize

GetSpecificDataRequest 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 GetSpecificDataRequest type exposes the following members.

Properties
 NameDescription
Public propertyClientId ClientId of the data to return
Public propertyDataId DataId of the data to return
Public propertyMediaMode Defines how MediaData should be returned
Public propertyRowVersion RowVersion of the data to return. If null or empty, the newest version of the row will be returned
Public propertyVersionId VersionId of the form that the data belongs to
Top
See Also