public class OStorageFileConfiguration extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
incrementSize |
String |
maxSize |
OStorageSegmentConfiguration |
parent |
String |
path |
String |
type |
Constructor and Description |
---|
OStorageFileConfiguration() |
OStorageFileConfiguration(OStorageSegmentConfiguration iParent,
String iPath,
String iType,
String iMaxSize,
String iIncrementSize) |
public transient OStorageSegmentConfiguration parent
public String path
public String type
public String maxSize
public String incrementSize
public OStorageFileConfiguration()
public OStorageFileConfiguration(OStorageSegmentConfiguration iParent, String iPath, String iType, String iMaxSize, String iIncrementSize)
Copyright © 2009–2020 OrientDB. All rights reserved.