Constructor SpanNearPayloadCheckQuery
SpanNearPayloadCheckQuery(SpanNearQuery, ICollection<Byte[]>)
Declaration
public SpanNearPayloadCheckQuery(SpanNearQuery match, ICollection<byte[]> payloadToMatch)
Parameters
Type | Name | Description |
---|---|---|
SpanNearQuery | match | The underlying SpanQuery to check |
ICollection<System.Byte[]> | payloadToMatch | The ICollection{byte[]} of payloads to match.
IMPORTANT: If the type provided does not implement |