Show / Hide Table of Contents

Class PopularityRank

Domain's position in popularity ranks for sources such as Alexa, Quantcast, or Statvoo.

Inheritance
object
PopularityRank
Implements
IMessage<PopularityRank>
IEquatable<PopularityRank>
IDeepCloneable<PopularityRank>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class PopularityRank : IMessage<PopularityRank>, IEquatable<PopularityRank>, IDeepCloneable<PopularityRank>, IBufferMessage, IMessage

Constructors

PopularityRank()

Declaration
public PopularityRank()

PopularityRank(PopularityRank)

Declaration
public PopularityRank(PopularityRank other)
Parameters
Type Name Description
PopularityRank other

Properties

Giver

Name of the rank serial number hexdump.

Declaration
public string Giver { get; set; }
Property Value
Type Description
string

IngestionTime

Timestamp when the rank was ingested.

Declaration
public Timestamp IngestionTime { get; set; }
Property Value
Type Description
Timestamp

Rank

Rank position.

Declaration
public long Rank { get; set; }
Property Value
Type Description
long
In this article
Back to top Generated by DocFX