def property

Index schema definition

Implementation

SdbIndexSchemaDef get def {
  return SdbIndexSchemaDef(name: ref.name, keyPath: keyPath, unique: unique);
}