Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for _index (0.17 sec)

  1. docs/bucket/versioning/DESIGN.md

          "V2Obj": {
            "ID": "KWUs8S+8RZq4Vp5TWy6KFg==",
            "DDir": "X3pDAFu8Rjyft7QD6t7W5g==",
            "EcAlgo": 1,
            "EcM": 2,
            "EcN": 2,
            "EcBSize": 10485760,
            "EcIndex": 3,
            "EcDist": [3, 4, 1, 2],
            "CSumAlgo": 1,
            "PartNums": [1],
            "PartETags": [""],
            "PartSizes": [314],
            "PartASizes": [282],
            "Size": 314,
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Jul 17 15:43:14 GMT 2022
    - 5.8K bytes
    - Viewed (1)
  2. docs/distributed/DESIGN.md

            return int(sip.Sum64() % uint64(cardinality))
    }
    ```
    
    Input for the key is the object name specified in `PutObject()`, returns a unique index. This index is one of the erasure sets where the object will reside. This function is a consistent hash for a given object name i.e for a given object name the index returned is always the same.
    
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Aug 15 23:04:20 GMT 2023
    - 8K bytes
    - Viewed (0)
Back to top