Class DataQueryResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: CompAnalytics.Contracts.DataExploration
Assembly: CompAnalytics.Contracts.dll
Syntax
[DataContract]
public class DataQueryResult : PageResult<DataQueryRecord>, IEnumerable<DataQueryRecord>, IEnumerable
Constructors
DataQueryResult(DataCollectionSchema, List<DataQueryRecord>)
Declaration
public DataQueryResult(DataCollectionSchema schema, List<DataQueryRecord> results)
Parameters
Type | Name | Description |
---|---|---|
DataCollectionSchema | schema | |
System.Collections.Generic.List<DataQueryRecord> | results |
Properties
DiagnosticOutputs
Declaration
[DataMember]
public Dictionary<string, string> DiagnosticOutputs { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.String> |
Query
Declaration
[DataMember]
public DataQuery Query { get; set; }
Property Value
Type | Description |
---|---|
DataQuery |
Schema
Declaration
[DataMember]
public DataCollectionSchema Schema { get; set; }
Property Value
Type | Description |
---|---|
DataCollectionSchema |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable