keyPrefix(_:)
Match the specified key prefix in a nested dictionary.
Declaration
func keyPrefix(_ keyPrefix: String) -> EntitlementsQueryDiscussion
Keys are matched byte for byte (i.e. no unicode normalization occurs). keyPrefix will match only the first key with the prefix. Chained qualifiers will be applied to the value of that single key only.