Click or drag to resize

Stats Class

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.
Container class containing information about data in a form
Inheritance Hierarchy
SystemObject
  AnySenseService.Entities.API.PublicAPI.V1.DTOs.FormStats

Namespace: AnySenseService.Entities.API.PublicAPI.V1.DTOs.Form
Assembly: AnySenseService.Entities.API.PublicAPI.V1 (in AnySenseService.Entities.API.PublicAPI.V1.dll) Version: 1.29.6-dev
Syntax
C#
public class Stats

The Stats type exposes the following members.

Constructors
 NameDescription
Public methodStatsInitializes a new instance of the Stats class
Top
Properties
 NameDescription
Public propertyFormId Form Id of the form that the stats belongs to
Public propertyLastDataChange When the last change happened to any data regarding of state, including hidden
Public propertyRowCount The number of rows in the form, without counting hidden and deleted
Public propertyVersionId Version id of the form that the stats belongs to
Top
See Also