📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
nosql
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/nosql/models/__pycache__
💾
Free:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: index_key.cpython-39.opt-1.pyc
a ���f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�IndexKeyz6 Specifies a single key in a secondary index. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )ah Initializes a new IndexKey object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param column_name: The value to assign to the column_name property of this IndexKey. :type column_name: str :param json_path: The value to assign to the json_path property of this IndexKey. :type json_path: str :param json_field_type: The value to assign to the json_field_type property of this IndexKey. :type json_field_type: str �str)�column_name� json_path�json_field_typeZ columnNameZjsonPathZ jsonFieldTypeN)Z swagger_typesZ attribute_map�_column_name� _json_path�_json_field_type)�self�kwargs� r �>/usr/lib/python3.9/site-packages/oci/nosql/models/index_key.py�__init__ s ��zIndexKey.__init__c C s | j S )z� **[Required]** Gets the column_name of this IndexKey. The name of a column to be included as an index key. :return: The column_name of this IndexKey. :rtype: str �r �r r r r r 4 s zIndexKey.column_namec C s || _ dS )z� Sets the column_name of this IndexKey. The name of a column to be included as an index key. :param column_name: The column_name of this IndexKey. :type: str Nr )r r r r r r @ s c C s | j S )a& Gets the json_path of this IndexKey. If the specified column is of type JSON, jsonPath contains a dotted path indicating the field within the JSON object that will be the index key. :return: The json_path of this IndexKey. :rtype: str �r r r r r r L s zIndexKey.json_pathc C s || _ dS )a. Sets the json_path of this IndexKey. If the specified column is of type JSON, jsonPath contains a dotted path indicating the field within the JSON object that will be the index key. :param json_path: The json_path of this IndexKey. :type: str Nr )r r r r r r Z s c C s | j S )a Gets the json_field_type of this IndexKey. If the specified column is of type JSON, jsonFieldType contains the type of the field indicated by jsonPath. :return: The json_field_type of this IndexKey. :rtype: str �r r r r r r h s zIndexKey.json_field_typec C s || _ dS )a Sets the json_field_type of this IndexKey. If the specified column is of type JSON, jsonFieldType contains the type of the field indicated by jsonPath. :param json_field_type: The json_field_type of this IndexKey. :type: str Nr )r r r r r r u s c C s t | �S �N)r r r r r �__repr__� s zIndexKey.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zIndexKey.__eq__c C s | |k S r r r r r r �__ne__� s zIndexKey.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"