is_temporal property

is_temporal property

Gets or sets a value indicating whether stream is temporal.

Remarks

A temporal stream will remove iself when disposed. If the stream is memory based this property has no effect. The stream can be marked as temporal or persistent in case it was created explicitly otherwise the appropriate exception is thrown.

Definition:

@property
def is_temporal(self):
    ...
@is_temporal.setter
def is_temporal(self, value):
    ...

See Also