Streaming Admin Types

DBMS_CLOUD_OCI_ST_STREAM_ADMIN_CHANGE_CONNECT_HARNESS_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_connect_harness_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_st_stream_admin_change_connect_harness_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ST_STREAM_ADMIN_CHANGE_STREAM_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_stream_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_st_stream_admin_change_stream_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ST_STREAM_ADMIN_CHANGE_STREAM_POOL_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_stream_pool_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_st_stream_admin_change_stream_pool_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ST_STREAM_ADMIN_CREATE_CONNECT_HARNESS_RESPONSE_T Type

Contains the response body, headers and the status code of the create_connect_harness request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_st_stream_admin_create_connect_harness_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_streaming_connect_harness_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_connect_harness

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ST_STREAM_ADMIN_CREATE_STREAM_RESPONSE_T Type

Contains the response body, headers and the status code of the create_stream request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_st_stream_admin_create_stream_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_streaming_stream_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_stream

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ST_STREAM_ADMIN_CREATE_STREAM_POOL_RESPONSE_T Type

Contains the response body, headers and the status code of the create_stream_pool request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_st_stream_admin_create_stream_pool_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_streaming_stream_pool_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_stream_pool

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ST_STREAM_ADMIN_DELETE_CONNECT_HARNESS_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_connect_harness request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_st_stream_admin_delete_connect_harness_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ST_STREAM_ADMIN_DELETE_STREAM_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_stream request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_st_stream_admin_delete_stream_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ST_STREAM_ADMIN_DELETE_STREAM_POOL_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_stream_pool request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_st_stream_admin_delete_stream_pool_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ST_STREAM_ADMIN_GET_CONNECT_HARNESS_RESPONSE_T Type

Contains the response body, headers and the status code of the get_connect_harness request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_st_stream_admin_get_connect_harness_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_streaming_connect_harness_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_connect_harness

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ST_STREAM_ADMIN_GET_STREAM_RESPONSE_T Type

Contains the response body, headers and the status code of the get_stream request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_st_stream_admin_get_stream_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_streaming_stream_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_stream

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ST_STREAM_ADMIN_GET_STREAM_POOL_RESPONSE_T Type

Contains the response body, headers and the status code of the get_stream_pool request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_st_stream_admin_get_stream_pool_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_streaming_stream_pool_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_stream_pool

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_STREAMING_CONNECT_HARNESS_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_streaming_connect_harness_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_streaming_connect_harness_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_streaming_connect_harness_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ST_STREAM_ADMIN_LIST_CONNECT_HARNESSES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_connect_harnesses request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_st_stream_admin_list_connect_harnesses_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_streaming_connect_harness_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_connect_harnesses

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_STREAMING_STREAM_POOL_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_streaming_stream_pool_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_streaming_stream_pool_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_streaming_stream_pool_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ST_STREAM_ADMIN_LIST_STREAM_POOLS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_stream_pools request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_st_stream_admin_list_stream_pools_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_streaming_stream_pool_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_stream_pools

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_STREAMING_STREAM_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_streaming_stream_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_streaming_stream_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_streaming_stream_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ST_STREAM_ADMIN_LIST_STREAMS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_streams request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_st_stream_admin_list_streams_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_streaming_stream_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_streams

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ST_STREAM_ADMIN_UPDATE_CONNECT_HARNESS_RESPONSE_T Type

Contains the response body, headers and the status code of the update_connect_harness request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_st_stream_admin_update_connect_harness_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_streaming_connect_harness_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_connect_harness

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ST_STREAM_ADMIN_UPDATE_STREAM_RESPONSE_T Type

Contains the response body, headers and the status code of the update_stream request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_st_stream_admin_update_stream_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_streaming_stream_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_stream

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ST_STREAM_ADMIN_UPDATE_STREAM_POOL_RESPONSE_T Type

Contains the response body, headers and the status code of the update_stream_pool request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_st_stream_admin_update_stream_pool_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_streaming_stream_pool_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_stream_pool

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer