Class Tracker
URL Tracker.
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class Tracker : IMessage<Tracker>, IEquatable<Tracker>, IDeepCloneable<Tracker>, IBufferMessage, IMessage
Constructors
Tracker()
Declaration
public Tracker()
Tracker(Tracker)
Declaration
public Tracker(Tracker other)
Parameters
| Type | Name | Description |
|---|---|---|
| Tracker | other |
Properties
Id
Tracker ID, if available.
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Timestamp
Tracker ingestion date.
Declaration
public Timestamp Timestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| Timestamp |
Tracker_
Tracker name.
Declaration
public string Tracker_ { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Url
Tracker script URL.
Declaration
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |