Show / Hide Table of Contents

Class DynamiteMessagesScoringInfo

This is the proto for holding message level scoring information. This data is used for logging in query-api server and for testing purposes.

Inheritance
System.Object
DynamiteMessagesScoringInfo
Implements
Google.Apis.Requests.IDirectResponseSchema
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: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class DynamiteMessagesScoringInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

FinalScore

Declaration
[JsonProperty("finalScore")]
public virtual double? FinalScore { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

FreshnessScore

Declaration
[JsonProperty("freshnessScore")]
public virtual double? FreshnessScore { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

JoinedSpaceAffinityScore

Declaration
[JsonProperty("joinedSpaceAffinityScore")]
public virtual double? JoinedSpaceAffinityScore { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

MessageAgeInDays

Declaration
[JsonProperty("messageAgeInDays")]
public virtual double? MessageAgeInDays { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

TopicalityScore

Declaration
[JsonProperty("topicalityScore")]
public virtual double? TopicalityScore { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top