Class ContainerAnnc
Inheritance
object
ContainerAnnc
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:cntA")]
public class ContainerAnnc : AnnouncedResource
Properties
|
Edit this page
View Source
ChildResource
Declaration
[JsonProperty("ch")]
public ICollection<ChildResourceRef> ChildResource { get; set; }
Property Value
|
Edit this page
View Source
Container
Declaration
[JsonProperty("m2m:cnt")]
public ICollection<Container> Container { get; set; }
Property Value
|
Edit this page
View Source
ContainerAnncProperty
Declaration
[JsonProperty("m2m:cntA")]
public ICollection<ContainerAnnc> ContainerAnncProperty { 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
ContentInstanceAnnc
Declaration
[JsonProperty("m2m:cinA")]
public ICollection<ContentInstanceAnnc> ContentInstanceAnnc { 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
SemanticDescriptorAnnc
Declaration
[JsonProperty("m2m:smdA")]
public ICollection<SemanticDescriptorAnnc> SemanticDescriptorAnnc { get; set; }
Property Value
|
Edit this page
View Source
Sg_AnnouncedFlexContainerResource
Declaration
[JsonProperty("sg_announcedFlexContainerResource")]
public ICollection<AnnouncedFlexContainerResource> Sg_AnnouncedFlexContainerResource { 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