CqQueryTKey, TResultGetCqAttributes Method |
Get the Attributes for this cq query.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic CqAttributes<TKey, TResult> GetCqAttributes()
Public Function GetCqAttributes As CqAttributes(Of TKey, TResult)
public:
CqAttributes<TKey, TResult>^ GetCqAttributes()
member GetCqAttributes : unit -> CqAttributes<'TKey, 'TResult>
Return Value
Type:
CqAttributesTKey,
TResult
See Also