📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
nosql
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/nosql/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: schema.pyc
a O��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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�Schemaz8 The table schema information as a JSON object. c K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )as Initializes a new Schema object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param columns: The value to assign to the columns property of this Schema. :type columns: list[oci.nosql.models.Column] :param primary_key: The value to assign to the primary_key property of this Schema. :type primary_key: list[str] :param shard_key: The value to assign to the shard_key property of this Schema. :type shard_key: list[str] :param ttl: The value to assign to the ttl property of this Schema. :type ttl: int :param identity: The value to assign to the identity property of this Schema. :type identity: oci.nosql.models.Identity zlist[Column]z list[str]�int�Identity)�columns�primary_key� shard_key�ttl�identityr � primaryKey�shardKeyr r N)� swagger_types� attribute_map�_columns�_primary_key� _shard_key�_ttl� _identity)�self�kwargs� r �{/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/nosql/models/schema.py�__init__ s"