using System; namespace ln.types.odb.ng.storage { public enum OrganizedFileType : Int32 { DATA, INDEX } }