Struct CloudAttribute
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
stringvalue
longindex
IntAttributeIndexaggregate
IntAggregatorisPublic
bool?
CloudAttribute(string, long, bool?)
public CloudAttribute(string key, long value, bool? isPublic = null)
Parameters
CloudAttribute(string, string, StringAttributeIndex, StringAggregator, bool?)
public CloudAttribute(string key, string value, StringAttributeIndex index, StringAggregator aggregate, bool? isPublic = null)
Parameters
key
stringvalue
stringindex
StringAttributeIndexaggregate
StringAggregatorisPublic
bool?
CloudAttribute(string, string, bool?)
public CloudAttribute(string key, string value, bool? isPublic = null)
Parameters
Properties
Key
public string Key { get; }
Property Value
Methods
GetLongValue()
public long GetLongValue()
Returns
GetStringValue()
public string GetStringValue()