Show / Hide Table of Contents

Class WatsonODataClient

Inheritance
System.Object
WatsonODataClient
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CrashCABN.PullIngestion.Watson
Assembly: CrashCABN.PullIngestion.Watson.dll
Syntax
public class WatsonODataClient

Constructors

View Source

WatsonODataClient(IODataClientFactory, String)

Declaration
public WatsonODataClient(IODataClientFactory oDataClientFactory, string authToken)
Parameters
Type Name Description
IODataClientFactory oDataClientFactory
System.String authToken

Methods

View Source

CreateContext<T>(Uri)

Declaration
public T CreateContext<T>(Uri serviceRoot)
    where T : DataServiceContext
Parameters
Type Name Description
System.Uri serviceRoot
Returns
Type Description
T
Type Parameters
Name Description
T

Extension Methods

WatsonODataClientCabsExtensions.GetCabs(WatsonODataClient, String, String, String, DateTime, Nullable<Int32>)
WatsonODataClientCabsExtensions.GetCrashes(WatsonODataClient, FailureInfo, DateTime, Nullable<Int32>)
WatsonODataClientFailuresExtensions.GetTopHits(WatsonODataClient, String, String, DateTime, Nullable<Int32>)
WatsonODataClientFailuresExtensions.GetTopVersions(WatsonODataClient, String, DateTime)
  • View Source
In This Article
Back to top Generated by DocFX