Optional
must?: ConditionType[] | nullAll of these field conditions have to match for the chunk to be included in the result set.
Optional
must_None of these field conditions can match for the chunk to be included in the result set.
Optional
should?: ConditionType[] | nullOnly one of these field conditions has to match for the chunk to be included in the result set.
ChunkFilter is a JSON object which can be used to filter chunks. This is useful for when you want to filter chunks by arbitrary metadata. Unlike with tag filtering, there is a performance hit for filtering on metadata.