CloudAttribute
constructor in Coherence.Cloud.CloudAttribute
Constructors
public CloudAttribute(string key, long value, bool? isPublic = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | |
| long | value | |
| bool? | isPublic |
public CloudAttribute(string key, string value, bool? isPublic = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | |
| string | value | |
| bool? | isPublic |
public CloudAttribute(string key, long value, IntAttributeIndex index, IntAggregator aggregate, bool? isPublic = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | |
| long | value | |
| IntAttributeIndex | index | |
| IntAggregator | aggregate | |
| bool? | isPublic |
public CloudAttribute(string key, string value, StringAttributeIndex index, StringAggregator aggregate, bool? isPublic = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | |
| string | value | |
| StringAttributeIndex | index | |
| StringAggregator | aggregate | |
| bool? | isPublic |