PresentationTimeRange Class
The presentation time range, this is asset related and not recommended for Account Filter.
Constructor
PresentationTimeRange(*, start_timestamp: int | None = None, end_timestamp: int | None = None, presentation_window_duration: int | None = None, live_backoff_duration: int | None = None, timescale: int | None = None, force_end_timestamp: bool | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
start_timestamp
|
The absolute start time boundary. Default value: None
|
end_timestamp
|
The absolute end time boundary. Default value: None
|
presentation_window_duration
|
The relative to end sliding window. Default value: None
|
live_backoff_duration
|
The relative to end right edge. Default value: None
|
timescale
|
The time scale of time stamps. Default value: None
|
force_end_timestamp
|
The indicator of forcing existing of end time stamp. Default value: None
|
Variables
Name | Description |
---|---|
start_timestamp
|
The absolute start time boundary. |
end_timestamp
|
The absolute end time boundary. |
presentation_window_duration
|
The relative to end sliding window. |
live_backoff_duration
|
The relative to end right edge. |
timescale
|
The time scale of time stamps. |
force_end_timestamp
|
The indicator of forcing existing of end time stamp. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python