Click or drag to resize

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

Properties
 NameDescription
Public propertyMediaId The Media Id submitted - or returned - at Initiate.
Public propertyOffset Chunk offset (the start position in the FileStream)
Public propertyPayload The data to write to the file
Top
See Also