class documentation

class FileLinkMetadata(SharedLinkMetadata): (source)

View In Hierarchy

The metadata of a file shared link. :ivar sharing.FileLinkMetadata.client_modified: The modification time set by the desktop client when the file was added to Dropbox. Since this time is not verified (the Dropbox server stores whatever the desktop client sends up), this should only be used for display purposes (such as sorting) and not, for example, to determine if a file has changed or not. :ivar sharing.FileLinkMetadata.server_modified: The last time the file was modified on Dropbox. :ivar sharing.FileLinkMetadata.rev: A unique identifier for the current revision of a file. This field is the same rev as elsewhere in the API and can be used to detect changes and avoid conflicts. :ivar sharing.FileLinkMetadata.size: The file size in bytes.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable client_modified Undocumented
Instance Variable rev Undocumented
Instance Variable server_modified Undocumented
Instance Variable size Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _client_modified_value Undocumented
Instance Variable _rev_value Undocumented
Instance Variable _server_modified_value Undocumented
Instance Variable _size_value Undocumented

Inherited from SharedLinkMetadata:

Instance Variable content_owner_team_info Undocumented
Instance Variable expires Undocumented
Instance Variable id Undocumented
Instance Variable link_permissions Undocumented
Instance Variable name Undocumented
Instance Variable path_lower Undocumented
Instance Variable team_member_info Undocumented
Instance Variable url Undocumented
Instance Variable _content_owner_team_info_value Undocumented
Instance Variable _expires_value Undocumented
Instance Variable _id_value Undocumented
Instance Variable _link_permissions_value Undocumented
Instance Variable _name_value Undocumented
Instance Variable _path_lower_value Undocumented
Instance Variable _team_member_info_value Undocumented
Instance Variable _url_value Undocumented
def __init__(self, url=None, name=None, link_permissions=None, client_modified=None, server_modified=None, rev=None, size=None, id=None, expires=None, path_lower=None, team_member_info=None, content_owner_team_info=None): (source)
client_modified = (source)

Undocumented

Undocumented

server_modified = (source)

Undocumented

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)
_client_modified_value = (source)

Undocumented

_rev_value = (source)

Undocumented

_server_modified_value = (source)

Undocumented

_size_value = (source)

Undocumented