Pointers and Large Datasets
IDS JSON uses the pointer pattern to for arbitrarily large files.
{
"result": {
"images": [{
"id": "1",
"location": {
"fileKey": "uuid/b1020 001.tif",
"version": "version-value",
"bucket": "datalake",
"type": "s3file",
"fileId": "the uuid for each file in ts data lake"
}
}]
}
Note that the fileKey, version, bucket, type, and field Id can be reviewed.
Updated 12 months ago