Amazon Redshift · Example Payload

Amazon Redshift Data Field Example

AnalyticsBig DataCloudData LakeData WarehouseETLMachine LearningServerlessSQL

Amazon Redshift Data Field Example is an example object payload from Amazon Redshift, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

blobValuebooleanValuedoubleValueisNulllongValuestringValue

Example Payload

Raw ↑
{
  "blobValue": "example_value",
  "booleanValue": true,
  "doubleValue": 42.5,
  "isNull": true,
  "longValue": 10,
  "stringValue": "example_value"
}