schema_entity_index Property

The index of the current entity in an OData schema.

Syntax

def get_schema_entity_index() -> int: ...
def set_schema_entity_index(value: int) -> None: ...

schema_entity_index = property(get_schema_entity_index, set_schema_entity_index)

Default Value

0

Remarks

This property is used to specify an entity within a retrieved OData schema. Once set, schema_entity will be populated.

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