Query
Object Hierarchy:
Description:
[
CCode ( type_id =
"gdata_query_get_type ()" ) ]
public class Query :
Object
All the fields in the Query structure are private and should never be accessed directly.
Content:
Properties:
- public string author { get; set; }
An entry author.
- public string categories { get; set; }
A category filter.
- public string etag { get; set; }
The ETag against which to check for updates.
- public bool is_strict { get; set; }
Strict query parameter checking.
- public uint max_results { get; set; }
Maximum number of results to be retrieved.
- public int64 published_max { get; set; }
Upper bound on the entry publish date, exclusive.
- public int64 published_min { get; set; }
Lower bound on the entry publish date, inclusive.
- public string q { get; set; }
A full-text query string.
- public uint start_index { get; set; }
The one-based index of the first result to be retrieved.
- public int64 updated_max { get; set; }
Upper bound on the entry update date, exclusive.
- public int64 updated_min { get; set; }
Lower bound on the entry update date, inclusive.
Creation methods:
- public Query (string? q)
Creates a new Query with its
q property set to q.
- public Query.with_limits (string? q, uint start_index, uint max_results)
Creates a new Query with its
q property set to q, and the limits start_index and
max_results applied.
Methods:
Inherited Members:
All known members inherited from class GLib.Object