Show / Hide Table of Contents

Class DynamiteSpacesScoringInfo

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

Inheritance
System.Object
DynamiteSpacesScoringInfo
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 DynamiteSpacesScoringInfo : IDirectResponseSchema

Properties

AffinityScore

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

CommonContactCountAffinityScore

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

ContactsIntersectionCount

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

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>

JoinedSpacesAffinityScore

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

LastMessagePostedTimestampSecs

Declaration
[JsonProperty("lastMessagePostedTimestampSecs")]
public virtual long? LastMessagePostedTimestampSecs { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

LastReadTimestampSecs

Declaration
[JsonProperty("lastReadTimestampSecs")]
public virtual long? LastReadTimestampSecs { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

MemberMetadataCount

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

MessageScore

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

NumAucContacts

Declaration
[JsonProperty("numAucContacts")]
public virtual long? NumAucContacts { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

SmallContactListAffinityScore

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

SmallUnjoinedSpacesAffinityScore

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

SpaceAgeInDays

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

SpaceCreationTimestampSecs

Declaration
[JsonProperty("spaceCreationTimestampSecs")]
public virtual long? SpaceCreationTimestampSecs { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

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