Class BuildHits
Contains information on how many crash hits are associated with a given app version on a given day.
Inheritance
System.Object
BuildHits
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 BuildHits
Constructors
View SourceBuildHits(String, String, Double, DateTimeOffset)
Declaration
public BuildHits(string appName, string appVersion, double apportionedHits, DateTimeOffset clientIngestDate)
Parameters
Type | Name | Description |
---|---|---|
System.String | appName | |
System.String | appVersion | |
System.Double | apportionedHits | |
System.DateTimeOffset | clientIngestDate |
Properties
View SourceAppName
Declaration
public string AppName { get; }
Property Value
Type | Description |
---|---|
System.String |
ApportionedHits
Declaration
public double ApportionedHits { get; }
Property Value
Type | Description |
---|---|
System.Double |
AppVersion
Declaration
public string AppVersion { get; }
Property Value
Type | Description |
---|---|
System.String |
ClientIngestDate
Declaration
public DateTimeOffset ClientIngestDate { get; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |