resource_path Property

The Resource Path of an OData service.

Syntax

def get_resource_path() -> str: ...
def set_resource_path(value: str) -> None: ...

resource_path = property(get_resource_path, set_resource_path)

Default Value

""

Remarks

This property contains the resource path of an OData service and is used in conjunction with service_root_uri (service_root_uri/resource_path) to query feeds and modify entries.

This property will be populated when entry_index is set. You can change the value if you wish to send the request to a different Resource Path.

For example, a valid resource_path for the OData sample service is: "Products".

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