Hello @Masayoshi Chiba -san,
That’s the answer I’m looking for. Sorry for my oversight.
Thank you.
Hello @kshomura -san,
I’m happy to be able to help a little.
Generally speaking in CDF, the type of information you're looking for (such as specifications) is often found in the API documentation rather than in the SDKs. So please refer to the API documentation first - it should help you find the appropriate information.
Thank you,
Hello @Masayoshi Chiba -san,
Thank you for the advice.
Based on the information, I understand that long json strings can’t be stored in timeseries.
Alternatively, these files can be stored in Files, but is it possible to check the historical configuration records with this method?
I believe it is possible to update files, but I am concerned about whether I can revert to a previously uploaded version.
Best regards,
Hello @kshomura-san,
You can update the files, but the files are not versioned in the Files API service. Thus you could not update the same file and retrieve an “older” (previously updated) version of tile file. This is something you would need to work around as a current limitation of the API.
Hello @Thomas Sjølshagen -san,
Thank you for the reply. I understand that the previous versions of the files cannot be retrieved. Therefore, we need to rename the file and upload it again in order to manage file versions.
Thank you.