Expand my Community achievements bar.

Field FileChecksumMD5 into info CDF files

Avatar

Level 1

Hello all,

I am trying to understand what the number after the hyphen means, but don' get it. Sometimes this number matches with the amount of CDF files plus the info file, but I have also seen examples of the number is exactly the same of CDF files.

The documentation says the following:

The number following the hyphen shows the number of parts used to build the file during the multi-part upload.

Please, find below an example which shows what I have explained above:

{

    "Files": [

        {

            "FileByteSize": 64741192,

            "FileChecksumMD5": "3d022bae66e5fffd0a2799a1100036c8-4",

            "FileName": "AAM_CDF_XXXX_000000_0.gz",

            "FileSequenceNumber": 1

        }

    ],

    "Totals": {

        "Day": "2019-07-31",

        "Hour": "08",

        "TotalByteSize": 64741192,

        "TotalNumberFiles": 1

    }

}

On the other hand, you can see another file with different number:

{

    "Files": [

        {

            "FileByteSize": 5397565,

            "FileChecksumMD5": "201d1fa32f43325343feb5a87f5e65e6-1",

            "FileName": "AAM_CDF_XXXX_000000_0.gz",

            "FileSequenceNumber": 1

        }

    ],

    "Totals": {

        "Day": "2019-07-31",

        "Hour": "06",

        "TotalByteSize": 5397565,

        "TotalNumberFiles": 1

    }

}

Thanks and best regards

0 Replies