[[jmx-store-file-sizes]]
.MBean Store file sizes (org.neo4j.management.StoreFile) Attributes
ifndef::nonhtmloutput[]
[options="header", cols="20m,36,20m,7,7"]
|===
|Name|Description|Type|Read|Write
5.1+^e|Information about the sizes of the different parts of the Neo4j graph store
|ArrayStoreSize|The amount of disk space used to store array properties, in bytes.|long|yes|no
|LogicalLogSize|The amount of disk space used by the current Neo4j logical log, in bytes.|long|yes|no
|NodeStoreSize|The amount of disk space used to store nodes, in bytes.|long|yes|no
|PropertyStoreSize|The amount of disk space used to store properties (excluding string values and array values), in bytes.|long|yes|no
|RelationshipStoreSize|The amount of disk space used to store relationships, in bytes.|long|yes|no
|StringStoreSize|The amount of disk space used to store string properties, in bytes.|long|yes|no
|TotalStoreSize|The total disk space used by this Neo4j instance, in bytes.|long|yes|no
|===
endif::nonhtmloutput[]
ifdef::nonhtmloutput[]
[options="header", cols="20m,36,20m,7,7"]
|===
|Name|Description|Type|Read|Write
5.1+^e|Information about the sizes of the different parts of the Neo4j graph store
|ArrayStoreSize|The amount of disk space used to store array properties, in bytes.|long|yes|no
|LogicalLogSize|The amount of disk space used by the current Neo4j logical log, in bytes.|long|yes|no
|NodeStoreSize|The amount of disk space used to store nodes, in bytes.|long|yes|no
|PropertyStoreSize|The amount of disk space used to store properties (excluding string values and array values), in bytes.|long|yes|no
|RelationshipStoreSize|The amount of disk space used to store relationships, in bytes.|long|yes|no
|StringStoreSize|The amount of disk space used to store string properties, in bytes.|long|yes|no
|TotalStoreSize|The total disk space used by this Neo4j instance, in bytes.|long|yes|no
|===
endif::nonhtmloutput[]

