API Reference > ecschema-Metadata > Metadata > RelationshipMultiplicity RelationshipMultiplicity Class Beta Methods Name Description constructor(lowerLimit: number, upperLimit: number): RelationshipMultiplicity equals(rhs: RelationshipMultiplicity): boolean toString(): string fromString(str: string): undefined | RelationshipMultiplicity Static Properties Name Type Description lowerLimit Readonly number oneMany StaticReadonly RelationshipMultiplicity oneOne StaticReadonly RelationshipMultiplicity upperLimit Readonly number zeroMany StaticReadonly RelationshipMultiplicity zeroOne StaticReadonly RelationshipMultiplicity Defined in core/ecschema-metadata/src/Metadata/RelationshipClass.ts Line 407 Last Updated: 11 June, 2024