test
This commit is contained in:
parent
810575e144
commit
8780d30a3f
1 changed files with 36 additions and 35 deletions
|
@ -3,41 +3,40 @@
|
|||
|
||||
## Table of Contents
|
||||
|
||||
- [netmap/service.proto](#netmap/service.proto)
|
||||
- Services
|
||||
- [NetmapService](#neo.fs.v2.netmap.NetmapService)
|
||||
|
||||
- Messages
|
||||
- [LocalNodeInfoRequest](#neo.fs.v2.netmap.LocalNodeInfoRequest)
|
||||
- [LocalNodeInfoRequest.Body](#neo.fs.v2.netmap.LocalNodeInfoRequest.Body)
|
||||
- [LocalNodeInfoResponse](#neo.fs.v2.netmap.LocalNodeInfoResponse)
|
||||
- [LocalNodeInfoResponse.Body](#neo.fs.v2.netmap.LocalNodeInfoResponse.Body)
|
||||
- [NetmapSnapshotRequest](#neo.fs.v2.netmap.NetmapSnapshotRequest)
|
||||
- [NetmapSnapshotRequest.Body](#neo.fs.v2.netmap.NetmapSnapshotRequest.Body)
|
||||
- [NetmapSnapshotResponse](#neo.fs.v2.netmap.NetmapSnapshotResponse)
|
||||
- [NetmapSnapshotResponse.Body](#neo.fs.v2.netmap.NetmapSnapshotResponse.Body)
|
||||
- [NetworkInfoRequest](#neo.fs.v2.netmap.NetworkInfoRequest)
|
||||
- [NetworkInfoRequest.Body](#neo.fs.v2.netmap.NetworkInfoRequest.Body)
|
||||
- [NetworkInfoResponse](#neo.fs.v2.netmap.NetworkInfoResponse)
|
||||
- [NetworkInfoResponse.Body](#neo.fs.v2.netmap.NetworkInfoResponse.Body)
|
||||
|
||||
|
||||
- [netmap/types.proto](#netmap/types.proto)
|
||||
|
||||
- Messages
|
||||
- [Filter](#neo.fs.v2.netmap.Filter)
|
||||
- [Netmap](#neo.fs.v2.netmap.Netmap)
|
||||
- [NetworkConfig](#neo.fs.v2.netmap.NetworkConfig)
|
||||
- [NetworkConfig.Parameter](#neo.fs.v2.netmap.NetworkConfig.Parameter)
|
||||
- [NetworkInfo](#neo.fs.v2.netmap.NetworkInfo)
|
||||
- [NodeInfo](#neo.fs.v2.netmap.NodeInfo)
|
||||
- [NodeInfo.Attribute](#neo.fs.v2.netmap.NodeInfo.Attribute)
|
||||
- [PlacementPolicy](#neo.fs.v2.netmap.PlacementPolicy)
|
||||
- [Replica](#neo.fs.v2.netmap.Replica)
|
||||
- [Selector](#neo.fs.v2.netmap.Selector)
|
||||
|
||||
|
||||
- [Scalar Value Types](#scalar-value-types)
|
||||
- [Protocol Documentation](#protocol-documentation)
|
||||
- [Table of Contents](#table-of-contents)
|
||||
- [netmap/service.proto](#netmapserviceproto)
|
||||
- [Service "neo.fs.v2.netmap.NetmapService"](#service-neofsv2netmapnetmapservice)
|
||||
- [Method LocalNodeInfo](#method-localnodeinfo)
|
||||
- [Method NetworkInfo](#method-networkinfo)
|
||||
- [Method NetmapSnapshot](#method-netmapsnapshot)
|
||||
- [Message LocalNodeInfoRequest](#message-localnodeinforequest)
|
||||
- [Message LocalNodeInfoRequest.Body](#message-localnodeinforequestbody)
|
||||
- [Message LocalNodeInfoResponse](#message-localnodeinforesponse)
|
||||
- [Message LocalNodeInfoResponse.Body](#message-localnodeinforesponsebody)
|
||||
- [Message NetmapSnapshotRequest](#message-netmapsnapshotrequest)
|
||||
- [Message NetmapSnapshotRequest.Body](#message-netmapsnapshotrequestbody)
|
||||
- [Message NetmapSnapshotResponse](#message-netmapsnapshotresponse)
|
||||
- [Message NetmapSnapshotResponse.Body](#message-netmapsnapshotresponsebody)
|
||||
- [Message NetworkInfoRequest](#message-networkinforequest)
|
||||
- [Message NetworkInfoRequest.Body](#message-networkinforequestbody)
|
||||
- [Message NetworkInfoResponse](#message-networkinforesponse)
|
||||
- [Message NetworkInfoResponse.Body](#message-networkinforesponsebody)
|
||||
- [netmap/types.proto](#netmaptypesproto)
|
||||
- [Message Filter](#message-filter)
|
||||
- [Message Netmap](#message-netmap)
|
||||
- [Message NetworkConfig](#message-networkconfig)
|
||||
- [Message NetworkConfig.Parameter](#message-networkconfigparameter)
|
||||
- [Message NetworkInfo](#message-networkinfo)
|
||||
- [Message NodeInfo](#message-nodeinfo)
|
||||
- [Message NodeInfo.Attribute](#message-nodeinfoattribute)
|
||||
- [Message PlacementPolicy](#message-placementpolicy)
|
||||
- [Message Replica](#message-replica)
|
||||
- [Message Selector](#message-selector)
|
||||
- [Clause](#clause)
|
||||
- [NodeInfo.State](#nodeinfostate)
|
||||
- [Operation](#operation)
|
||||
- [Scalar Value Types](#scalar-value-types)
|
||||
|
||||
|
||||
|
||||
|
@ -332,6 +331,8 @@ System parameters:
|
|||
|
||||
This value refers to the maximum size of a **physically** stored object in NeoFS. However, from a user's perspective, the **logical** size of a stored object can be significantly larger. The relationship between the physical and logical object sizes is governed by the following formula
|
||||
|
||||
$$x = y$$
|
||||
|
||||
$$\mathrm{Stored\ Object\ Size} \le
|
||||
\frac{\left(\mathrm{Max\ Object\ Size}\right)^2}{\mathrm{Object\ ID\ Size}}$$
|
||||
|
||||
|
|
Loading…
Reference in a new issue