class documentation

Undocumented

Property indexed_value_type Get the server index typed of the key
Property name Get the name of the key.
Property value_type Get the Python type of value for the key.
Class Variable _indexed_value_type Undocumented
Class Variable _name Undocumented
Class Variable _value_type Undocumented

Inherited from SearchAttributeKey:

Static Method for_bool Create a 'Bool' search attribute type.
Static Method for_datetime Create a 'Datetime' search attribute type.
Static Method for_float Create a 'Double' search attribute type.
Static Method for_int Create an 'Int' search attribute type.
Static Method for_keyword Create a 'Keyword' search attribute type.
Static Method for_keyword_list Create a 'KeywordList' search attribute type.
Static Method for_text Create a 'Text' search attribute type.
Method value_set Create a search attribute update to set the given value on this key.
Method value_unset Create a search attribute update to unset the value on this key.
Property origin_value_type Get the Python type of value for the key without generics.
Static Method _from_metadata_type Undocumented
Static Method _guess_from_untyped_values Undocumented
Property _metadata_type Undocumented

Get the Python type of value for the key.

This may contain generics which cannot be used in isinstance. origin_value_type can be used instead.

Undocumented

Undocumented