DslIndexDefinitionWildcardProjection Property
|
Optional. If specified, Wildcard indexes will include/exclude fileds in this option.
A wildcard projection is a Json object: {includeFieldName:1,excludeFieldName:0}
Namespace: Casewhere.Runtime.DSLAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxpublic string WildcardProjection { get; set; }
Property Value
String
See Also