Projection that extracts the values of the given attribute and returns it.
The attributePath does not support the [any] operator.
The attributePath does not support the [any] operator.
Inheritance Hierarchy
Hazelcast.CoreIProjection
Hazelcast.CoreSingleAttributeProjection
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9
Syntax
public sealed class SingleAttributeProjection : IProjection, IIdentifiedDataSerializable
The SingleAttributeProjection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SingleAttributeProjection | Initializes a new instance of the SingleAttributeProjection class | |
| SingleAttributeProjection(String) | Initializes a new instance of the SingleAttributeProjection class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetFactoryId | ||
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetId | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ReadData | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| WriteData |
See Also