Show / Hide Table of Contents

Class WatsonODataClientCabsExtensions

Inheritance
System.Object
WatsonODataClientCabsExtensions
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 static class WatsonODataClientCabsExtensions

Methods

View Source

GetCabs(WatsonODataClient, String, String, String, DateTime, Nullable<Int32>)

Gets the Watson CAB info for the given app/version/bucket.

Declaration
public static async Task<IEnumerable<CrashInfo>> GetCabs(this WatsonODataClient client, string appName, string version, string failureId, DateTime since, int? limit = default(int? ))
Parameters
Type Name Description
WatsonODataClient client
System.String appName
System.String version
System.String failureId
System.DateTime since
System.Nullable<System.Int32> limit
Returns
Type Description
System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<CrashInfo>>
View Source

GetCrashes(WatsonODataClient, FailureInfo, DateTime, Nullable<Int32>)

Declaration
public static Task<IEnumerable<CrashInfo>> GetCrashes(this WatsonODataClient client, FailureInfo i, DateTime since, int? limit = default(int? ))
Parameters
Type Name Description
WatsonODataClient client
FailureInfo i
System.DateTime since
System.Nullable<System.Int32> limit
Returns
Type Description
System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<CrashInfo>>
  • View Source
In This Article
Back to top Generated by DocFX