channel_link_length Property

This property contains the length (in bytes) of the content at the link.

Syntax

def get_channel_link_length() -> str: ...
def set_channel_link_length(value: str) -> None: ...

channel_link_length = property(get_channel_link_length, set_channel_link_length)

Default Value

""

Remarks

This property contains the length (in bytes) of the content at the link.

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