Class RateLimit
Inheritance
object
RateLimit
Namespace: Aetheros.Schema.OneM2M
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("rl")]
public class RateLimit
Properties
| Edit this page View SourceMaxNrOfNotify
Declaration
[JsonProperty("mnn")]
public long? MaxNrOfNotify { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
TimeWindow
Declaration
[JsonProperty("tww")]
public TimeSpan? TimeWindow { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeSpan? |