Show / Hide Table of Contents

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 Source

BuildHits(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 Source

AppName

Declaration
public string AppName { get; }
Property Value
Type Description
System.String
View Source

ApportionedHits

Declaration
public double ApportionedHits { get; }
Property Value
Type Description
System.Double
View Source

AppVersion

Declaration
public string AppVersion { get; }
Property Value
Type Description
System.String
View Source

ClientIngestDate

Declaration
public DateTimeOffset ClientIngestDate { get; }
Property Value
Type Description
System.DateTimeOffset
  • View Source
In This Article
Back to top Generated by DocFX