Struct CloudAttribute
- Namespace
- Coherence.Cloud
- Assembly
- Coherence.Runtime.dll
public struct CloudAttribute
Constructors
CloudAttribute(string, long, IntAttributeIndex, IntAggregator, bool?)
public CloudAttribute(string key, long value, IntAttributeIndex index, IntAggregator aggregate, bool? isPublic = null)
Parameters
key
string
value
long
index
IntAttributeIndex
aggregate
IntAggregator
isPublic
bool?
CloudAttribute(string, long, bool?)
public CloudAttribute(string key, long value, bool? isPublic = null)
Parameters
key
string
value
long
isPublic
bool?
CloudAttribute(string, string, StringAttributeIndex, StringAggregator, bool?)
public CloudAttribute(string key, string value, StringAttributeIndex index, StringAggregator aggregate, bool? isPublic = null)
Parameters
key
string
value
string
index
StringAttributeIndex
aggregate
StringAggregator
isPublic
bool?
CloudAttribute(string, string, bool?)
public CloudAttribute(string key, string value, bool? isPublic = null)
Parameters
key
string
value
string
isPublic
bool?
Properties
Key
public string Key { get; }
Property Value
- string
Methods
GetLongValue()
public long GetLongValue()
Returns
- long
GetStringValue()
public string GetStringValue()
Returns
- string