Query<TObject, TQuery>
public abstract class Query<TObject, TQuery> : IEnumerable<TObject>, IEnumerable where TQuery : Query<TObject, TQuery>
Represents the base query class.
Specifies the set of field names for query to fetch.
Specifies the set of field names for query to fetch.
Specifies that query should fetch all object fields.
Specifies that query should fetch only "Artifact ID" field.
Returns an enumerator that iterates through the collection.
Specifies the number of items to return in the query result.
Filters the query with specific field value.
Filters the query with specific field value.
Filters the query by string condition.