Interface IDfPartitionScope

All Superinterfaces:
IDfQueryScope

public interface IDfPartitionScope extends IDfQueryScope
Defines a specific partition within a searched source. It can be added to the IDfQueryBuilder.
See Also:
  • Method Details

    • getSource

      String getSource()
      Gets the target source.
      Returns:
      The target source.
    • getPartition

      String getPartition()
      Gets the partition of this scope.
      Returns:
      the partition of this scope.