schema_entity_count Property

The number of entities contained within an OData schema.

Syntax

def get_schema_entity_count() -> int: ...

schema_entity_count = property(get_schema_entity_count, None)

Default Value

0

Remarks

This property is updated to reflect the total number of entities within a schema (retrieved via get_schema).

This property is read-only.

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