class documentation
class _SearchAttributeKey(SearchAttributeKey[
Undocumented
Property | indexed |
Get the server index typed of the key |
Property | name |
Get the name of the key. |
Property | value |
Get the Python type of value for the key. |
Class Variable | _indexed |
Undocumented |
Class Variable | _name |
Undocumented |
Class Variable | _value |
Undocumented |
Inherited from SearchAttributeKey
:
Static Method | for |
Create a 'Bool' search attribute type. |
Static Method | for |
Create a 'Datetime' search attribute type. |
Static Method | for |
Create a 'Double' search attribute type. |
Static Method | for |
Create an 'Int' search attribute type. |
Static Method | for |
Create a 'Keyword' search attribute type. |
Static Method | for |
Create a 'KeywordList' search attribute type. |
Static Method | for |
Create a 'Text' search attribute type. |
Method | value |
Create a search attribute update to set the given value on this key. |
Method | value |
Create a search attribute update to unset the value on this key. |
Property | origin |
Get the Python type of value for the key without generics. |
Static Method | _from |
Undocumented |
Static Method | _guess |
Undocumented |
Property | _metadata |
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.