Class Query
- Namespace
- Glitch9.IO.Networking.RESTApi
public abstract class Query
- Inheritance
-
Query
- Derived
- Inherited Members
- Extension Methods
Properties
IncludeArchived
If true returns all datas including those that have been archived. Archived datas are not included by default.
public bool? IncludeArchived { get; set; }
Property Value
- bool?
Size
Optional. A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20.
public int? Size { get; set; }
Property Value
- int?