Optionalmust?: ConditionType[] | nullAll of these field conditions have to match for the chunk to be included in the result set.
Optionalmust_None of these field conditions can match for the chunk to be included in the result set.
Optionalshould?: 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.