schema_type_field_count Property

The number of properties contained within an OData schema complex type.

Syntax

def get_schema_type_field_count() -> int: ...

schema_type_field_count = property(get_schema_type_field_count, None)

Default Value

0

Remarks

This property is updated to reflect the total number of fields (properties) within the schema complex type of a property. This is populated when navigating an entity's properties via schema_property_index or by explicitly setting the type via set_schema_type.

This property is read-only.

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