schema_association_count Property

The number of navigation properties contained within an OData schema entity.

Syntax

def get_schema_association_count() -> int: ...

schema_association_count = property(get_schema_association_count, None)

Default Value

0

Remarks

This property is updated to reflect the total number of navigation properties within the schema entity specified by schema_entity_index.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]