IQueryResponse public interface IQueryResponse : INonQueryResponse Results of a query that has been executed Documentation IEnumerable<long> IDWindow { get; } The results of the initial ID query. IEnumerable<IResult> Results { get; } Results of the query.