Class FilterCriteria
Inheritance
object
FilterCriteria
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("fc")]
public class FilterCriteria
Properties
|
Edit this page
View Source
Attribute
Declaration
[JsonProperty("atr")]
public ICollection<Attribute> Attribute { get; set; }
Property Value
|
Edit this page
View Source
ContentFilterQuery
Declaration
[JsonProperty("cfq")]
public string ContentFilterQuery { get; set; }
Property Value
|
Edit this page
View Source
ContentFilterSyntax
Declaration
[JsonProperty("cfs")]
public ContentFilterSyntax? ContentFilterSyntax { get; set; }
Property Value
|
Edit this page
View Source
ContentType
Declaration
[RegularExpression("[\\w/!#$^_.+&\\-]+")]
[JsonProperty("cty")]
public ICollection<string> ContentType { get; set; }
Property Value
|
Edit this page
View Source
CreatedAfter
Declaration
[JsonProperty("cra")]
public DateTimeOffset? CreatedAfter { get; set; }
Property Value
|
Edit this page
View Source
CreatedBefore
Declaration
[JsonProperty("crb")]
public DateTimeOffset? CreatedBefore { get; set; }
Property Value
|
Edit this page
View Source
ExpireAfter
Declaration
[JsonProperty("exa")]
public DateTimeOffset? ExpireAfter { get; set; }
Property Value
|
Edit this page
View Source
ExpireBefore
Declaration
[JsonProperty("exb")]
public DateTimeOffset? ExpireBefore { get; set; }
Property Value
|
Edit this page
View Source
FilterOperation
Declaration
[JsonProperty("fo")]
public bool? FilterOperation { get; set; }
Property Value
|
Edit this page
View Source
FilterUsage
Declaration
[JsonProperty("fu")]
public FilterUsage? FilterUsage { get; set; }
Property Value
|
Edit this page
View Source
Labels
Declaration
[JsonProperty("lbl")]
public ICollection<string> Labels { get; set; }
Property Value
|
Edit this page
View Source
Level
Declaration
[JsonProperty("lvl")]
public long? Level { get; set; }
Property Value
|
Edit this page
View Source
Limit
Declaration
[JsonProperty("lim")]
public long? Limit { get; set; }
Property Value
|
Edit this page
View Source
ModifiedSince
Declaration
[JsonProperty("ms")]
public DateTimeOffset? ModifiedSince { get; set; }
Property Value
|
Edit this page
View Source
Offset
Declaration
[JsonProperty("ofst")]
public long? Offset { get; set; }
Property Value
|
Edit this page
View Source
ResourceType
Declaration
[JsonProperty("ty")]
public ICollection<ResourceType> ResourceType { get; set; }
Property Value
|
Edit this page
View Source
SemanticsFilter
Declaration
[JsonProperty("smf")]
public ICollection<string> SemanticsFilter { get; set; }
Property Value
|
Edit this page
View Source
SizeAbove
Declaration
[JsonProperty("sza")]
public long? SizeAbove { get; set; }
Property Value
|
Edit this page
View Source
SizeBelow
Declaration
[JsonProperty("szb")]
public long? SizeBelow { get; set; }
Property Value
|
Edit this page
View Source
StateTagBigger
Declaration
[JsonProperty("stb")]
public long? StateTagBigger { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("sts")]
public long? StateTagSmaller { get; set; }
Property Value
|
Edit this page
View Source
UnmodifiedSince
Declaration
[JsonProperty("us")]
public DateTimeOffset? UnmodifiedSince { get; set; }
Property Value