Class Container
Inheritance
object
Container
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:cnt")]
public class Container : AnnounceableResource
Properties
|
Edit this page
View Source
ChildResource
Declaration
[JsonProperty("ch")]
public ICollection<ChildResourceRef> ChildResource { get; set; }
Property Value
|
Edit this page
View Source
ContainerProperty
Declaration
[JsonProperty("m2m:cnt")]
public ICollection<Container> ContainerProperty { get; set; }
Property Value
|
Edit this page
View Source
ContentInstance
Declaration
[JsonProperty("m2m:cin")]
public ICollection<ContentInstance> ContentInstance { 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
CurrentByteSize
Declaration
[JsonProperty("cbs")]
public long CurrentByteSize { get; set; }
Property Value
|
Edit this page
View Source
CurrentNrOfInstances
Declaration
[JsonProperty("cni")]
public long CurrentNrOfInstances { get; set; }
Property Value
|
Edit this page
View Source
DisableRetrieval
Declaration
[JsonProperty("disr")]
public bool? DisableRetrieval { get; set; }
Property Value
|
Edit this page
View Source
LocationID
Declaration
[JsonProperty("li")]
public string LocationID { get; set; }
Property Value
|
Edit this page
View Source
MaxByteSize
Declaration
[JsonProperty("mbs")]
public long? MaxByteSize { get; set; }
Property Value
|
Edit this page
View Source
MaxInstanceAge
Declaration
[JsonProperty("mia")]
public long? MaxInstanceAge { get; set; }
Property Value
|
Edit this page
View Source
MaxNrOfInstances
Declaration
[JsonProperty("mni")]
public long? MaxNrOfInstances { get; set; }
Property Value
|
Edit this page
View Source
OntologyRef
Declaration
[JsonProperty("or")]
public string OntologyRef { get; set; }
Property Value
|
Edit this page
View Source
SemanticDescriptor
Declaration
[JsonProperty("m2m:smd")]
public ICollection<SemanticDescriptor> SemanticDescriptor { get; set; }
Property Value
|
Edit this page
View Source
Sg_FlexContainerResource
Declaration
[JsonProperty("sg_flexContainerResource")]
public ICollection<FlexContainerResource> Sg_FlexContainerResource { get; set; }
Property Value
|
Edit this page
View Source
StateTag
Declaration
[JsonProperty("st")]
public long StateTag { get; set; }
Property Value
|
Edit this page
View Source
Subscription
Declaration
[JsonProperty("m2m:sub")]
public ICollection<Subscription> Subscription { get; set; }
Property Value