Package | com.pcbsys.nirvana.client |
Class | public class nChannelPublishKeys |
Inheritance | nChannelPublishKeys Object |
Public Properties
Property | Defined By | ||
---|---|---|---|
depth : int [read-only]
Returns the depth of the publish key
| nChannelPublishKeys | ||
name : String [read-only]
Returns the name of the publish key
| nChannelPublishKeys |
Public Methods
Method | Defined By | ||
---|---|---|---|
nChannelPublishKeys(name:String, depth:int)
Constructs a publish key object to be used in the channel creation
| nChannelPublishKeys |
Property Detail
depth | property |
depth:int
[read-only] Returns the depth of the publish key
Implementation
public function get depth():int
name | property |
name:String
[read-only] Returns the name of the publish key
Implementation
public function get name():String
Constructor Detail
nChannelPublishKeys | () | Constructor |
public function nChannelPublishKeys(name:String, depth:int)
Constructs a publish key object to be used in the channel creation
Parametersname:String — name of the key
| |
depth:int — The number of unique values to keep in the channel
|