Class EventNotificationCriteria
Inheritance
object
EventNotificationCriteria
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("enc")]
public class EventNotificationCriteria
Properties
|
Edit this page
View Source
Attribute
Declaration
[JsonProperty("atr")]
public ICollection<Attribute> Attribute { 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
MissingData
Declaration
[JsonProperty("md")]
public MissingData MissingData { 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
NotificationEventType
Declaration
[JsonProperty("net")]
public ICollection<NotificationEventType> NotificationEventType { get; set; }
Property Value
|
Edit this page
View Source
OperationMonitor
Declaration
[JsonProperty("om")]
public ICollection<Operation> OperationMonitor { 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