MysqlLogPosition(mapping=None, *, ignore_unknown_fields=False, **kwargs)MySQL log position
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
log_file |
str
Required. The binary log file name. |
log_position |
int
Optional. The position within the binary log file. Default is head of file. This field is a member of oneof_ _log_position.
|