SYSTEMDATACONTAINERHTTPCACHECONTENTS: Data Dictionary System Data Container HTTP Cache Contents |
Contents Previous Home Next More |
Cached results of HTTP calls executed by providers.
Catalog: DataDictionary
Schema: Invantive
Alias: dct
Label: System Data Container HTTP Cache Contents
This is a read-only view. The Data Dictionary API may not support changing the data or the Invantive SQL driver for Data Dictionary does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Data Dictionary API.
The columns of the view SYSTEMDATACONTAINERHTTPCACHECONTENTS are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
CACHE_FIRST_HIT_UTC |
datetime |
Cache First Hit |
|
Date at which the cache entry was first hit (UTC). |
CACHE_HITS_PER_HOUR |
int32 |
Cache Hits per Hour |
|
Number of times per hour the cache entry is used since creation. |
CACHE_HITS |
int32 |
Cache Hits |
|
Number of times the cache entry was used after initial storage. |
CACHE_KEY |
string(4000) |
Cache Key |
☑ |
Unique key. |
CACHE_LAST_HIT_UTC |
datetime |
Cache Last Hit |
|
Date at which the cache entry was last hit (UTC). |
CREATED_UTC |
datetime |
Created |
|
Date at which the cache entry was created (UTC). |
HTTP_METHOD |
string(30) |
HTTP Method |
☑ |
HTTP method. |
HTTP_REQUEST_BODY_GZIPPED_LENGTH |
int32 |
HTTP Request Body Gzipped Length (Bytes) |
|
Number of bytes in the gzipped text request body. |
HTTP_REQUEST_BODY_GZIPPED |
byte[] |
HTTP Request Body (GZipped) |
☑ |
HTTP request body as gzipped contents. |
HTTP_REQUEST_BODY_LENGTH |
int32 |
HTTP Request Body Length |
|
Number of characters in the text request body. |
HTTP_REQUEST_BODY |
string(1000000) |
HTTP Request Body |
☑ |
HTTP request body. |
HTTP_RESPONSE_BODY_BINARY |
byte[] |
HTTP Response Body (Binary) |
☑ |
HTTP response body as binary contents. |
HTTP_RESPONSE_BODY_BYTES_GZIPPED_LENGTH |
int32 |
HTTP Response Body Gzipped Length (Bytes) |
|
Number of bytes in the gzipped binary response body. |
HTTP_RESPONSE_BODY_BYTES_LENGTH |
int32 |
HTTP Response Body Length (Bytes) |
|
Number of bytes in the binary response body bytes. |
HTTP_RESPONSE_BODY_GZIPPED_LENGTH |
int32 |
HTTP Response Body Gzipped Length (Bytes) |
|
Number of bytes in the gzipped text response body. |
HTTP_RESPONSE_BODY_GZIPPED |
byte[] |
HTTP Response Body (GZipped) |
☑ |
HTTP response body as gzipped contents. |
HTTP_RESPONSE_BODY_LENGTH |
int32 |
HTTP Response Body Length |
|
Number of characters in the text response body. |
HTTP_RESPONSE_BODY |
string(1000000) |
HTTP Response Body |
☑ |
HTTP response body. |
HTTP_RESPONSE_HEADERS |
string(4000) |
HTTP Response Headers |
☑ |
HTTP response headers. |
PROVIDER_DATA_CONTAINER_ALIAS |
string(4000) |
Data Container Alias |
☐ |
Data container alias. |
PROVIDER_DATA_CONTAINER_ID |
string(4000) |
Data Container ID |
☐ |
Data container ID. |
PROVIDER_DESCRIPTION |
string(16000) |
Provider Description |
☑ |
Provider description. |
PROVIDER_NAME |
string(240) |
Provider Name |
☑ |
Name of the provider. |
PROVIDER_SHORT_NAME |
string(240) |
Provider Short Name |
☑ |
Provider short name. |
REQUEST_URL |
string(4000) |
Request URL |
☑ |
Request URL used to retrieve the answer. |
17-05-2021 11:57 Version 20.1.419-BETA+3191