The Record type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | Record |
Initialize record.
|
Methods
Name | Description | |
---|---|---|
![]() | GetBool |
Get bin value as bool.
|
![]() | GetByte |
Get bin value as byte.
|
![]() | GetDouble |
Get bin value as double.
|
![]() | GetFloat |
Get bin value as float.
|
![]() | GetInt |
Get bin value as int.
|
![]() | GetLong |
Get bin value as long.
|
![]() | GetSBytes |
Get bin value as sbyte.
|
![]() | GetShort |
Get bin value as short.
|
![]() | GetUInt |
Get bin value as uint.
|
![]() | GetULong |
Get bin value as ulong.
|
![]() | GetUShort |
Get bin value as ushort.
|
![]() | GetValue |
Get bin value given bin name.
Enter empty string ("") for servers configured as single-bin.
|
![]() | ToString |
Return string representation of record.
(Overrides ![]() |
Fields
Name | Description | |
---|---|---|
![]() | bins |
Map of requested name/value bins.
|
![]() | expiration |
Date record will expire, in seconds from Jan 01 2010 00:00:00 GMT
|
![]() | generation |
Record modification count.
|
See Also