Skip to content

RowTracking

isSupported

isSupported(
  protocol: Protocol): Boolean

isSupported checks if RowTrackingFeature is supported by the given Protocol.


isSupported is used when:

isEnabled

isEnabled(
  protocol: Protocol,
  metadata: Metadata): Boolean

isEnabled is enabled (true) when the following are all met:

  1. delta.enableRowTracking table property is enabled (in the given Metadata)
  2. Row Tracking feature is supported

Not Used

isEnabled does not seem to be used.