Object Names
The Google Cloud Storage destination creates an object,
or file, for each batch of data written. Objects generally use the following naming
convention:
<prefix>-<UUID>
You configure the object name prefix. For example:
sdc-c9a2db16-b5d0-44cb-b3f5-d0781cced760
.
You can optionally configure an object name suffix for all data formats except whole
file. When you configure a suffix, it is added to the object name after a period, as
follows:
<prefix>-<UUID>.<optional suffix>
For example: sdc-c9a2db16-b5d0-44cb-b3f5-d0781cced760.txt
.