From 3c0605be5c3a5267a3440307e688d4b0111e778e Mon Sep 17 00:00:00 2001 From: Ekaterina Pavlova Date: Wed, 9 Oct 2024 00:53:33 +0300 Subject: [PATCH] docs: adjust default IndexFileAttribute Signed-off-by: Ekaterina Pavlova --- config/protocol.testnet.yml | 2 +- docs/neofs-blockstorage.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/protocol.testnet.yml b/config/protocol.testnet.yml index 9a31251a2b..ecdfd6eed6 100644 --- a/config/protocol.testnet.yml +++ b/config/protocol.testnet.yml @@ -112,4 +112,4 @@ ApplicationConfiguration: IndexFileSize: 128000 ContainerID: "EPGuD26wYgQJbmDdVBoYoNZiMKHwFMJT3A5WqPjdUHxH" BlockAttribute: "block" - IndexFileAttribute: "oid" + IndexFileAttribute: "index" diff --git a/docs/neofs-blockstorage.md b/docs/neofs-blockstorage.md index 9755713805..4ecd1b8de0 100644 --- a/docs/neofs-blockstorage.md +++ b/docs/neofs-blockstorage.md @@ -16,12 +16,12 @@ attributes: - primary node index (`primary:0`) - block hash in the LE form (`hash:5412a781caf278c0736556c0e544c7cfdbb6e3c62ae221ef53646be89364566b`) - previous block hash in the LE form (`prevHash:3654a054d82a8178c7dfacecc2c57282e23468a42ee407f14506368afe22d929`) - - millisecond-precision block timestamp (`time:1627894840919`) + - millisecond-precision block timestamp (`timestamp:1627894840919`) Each index file is an object containing a constant-sized batch of raw block object IDs in binary form ordered by block index. Each index file is marked with the following attributes: - - index file identifier with consecutive file index value (`oid:0`) + - index file identifier with consecutive file index value (`index:0`) - the number of OIDs included into index file (`size:128000`) ### NeoFS BlockFetcher