Class Subscription
Inheritance
object
Subscription
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:sub")]
public class Subscription : RegularResource
Properties
|
Edit this page
View Source
BatchNotify
Declaration
[JsonProperty("bn")]
public BatchNotify BatchNotify { get; set; }
Property Value
|
Edit this page
View Source
ChildResource
Declaration
[JsonProperty("ch")]
public ICollection<ChildResourceRef> ChildResource { get; set; }
Property Value
|
Edit this page
View Source
Creator
Declaration
[JsonProperty("cr")]
public string Creator { get; set; }
Property Value
|
Edit this page
View Source
EventNotificationCriteria
Declaration
[JsonProperty("enc")]
public EventNotificationCriteria EventNotificationCriteria { get; set; }
Property Value
|
Edit this page
View Source
ExpirationCounter
Declaration
[JsonProperty("exc")]
public long? ExpirationCounter { get; set; }
Property Value
|
Edit this page
View Source
GroupID
Declaration
[JsonProperty("gpi")]
public string GroupID { get; set; }
Property Value
|
Edit this page
View Source
LatestNotify
Declaration
[JsonProperty("ln")]
public bool? LatestNotify { get; set; }
Property Value
|
Edit this page
View Source
NotificationContentType
Declaration
[JsonProperty("nct")]
public NotificationContentType? NotificationContentType { get; set; }
Property Value
|
Edit this page
View Source
NotificationEventCat
Declaration
[JsonProperty("nec")]
public string NotificationEventCat { get; set; }
Property Value
|
Edit this page
View Source
NotificationForwardingURI
Declaration
[JsonProperty("nfu")]
public string NotificationForwardingURI { get; set; }
Property Value
|
Edit this page
View Source
NotificationStoragePriority
Declaration
[JsonProperty("nsp")]
public long? NotificationStoragePriority { get; set; }
Property Value
|
Edit this page
View Source
NotificationTargetMgmtPolicyRef
Declaration
[JsonProperty("m2m:ntpr")]
public ICollection<NotificationTargetMgmtPolicyRef> NotificationTargetMgmtPolicyRef { get; set; }
Property Value
|
Edit this page
View Source
NotificationURI
Declaration
[JsonProperty("nu")]
public ICollection<string> NotificationURI { get; set; }
Property Value
|
Edit this page
View Source
PendingNotification
Declaration
[JsonProperty("pn")]
public PendingNotification? PendingNotification { get; set; }
Property Value
|
Edit this page
View Source
PreSubscriptionNotify
Declaration
[JsonProperty("psn")]
public long? PreSubscriptionNotify { get; set; }
Property Value
|
Edit this page
View Source
RateLimit
Declaration
[JsonProperty("rl")]
public RateLimit RateLimit { get; set; }
Property Value
|
Edit this page
View Source
Schedule
Declaration
[JsonProperty("m2m:sch")]
public ICollection<Schedule> Schedule { get; set; }
Property Value
|
Edit this page
View Source
SubscriberURI
Declaration
[JsonProperty("su")]
public string SubscriberURI { get; set; }
Property Value