Show / Hide Table of Contents

Class Provenance

This field records where the ItemScope was retrieved, if it was created via a web fetch.

Inheritance
object
Provenance
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class Provenance : IDirectResponseSchema

Properties

AnnotationBlob

Annotation blob from Annotation Service.

Declaration
[JsonProperty("annotationBlob")]
public virtual string AnnotationBlob { get; set; }
Property Value
Type Description
string

CanonicalUrl

Canonical url of the retrieved_url, if one was resolved during retrieval, for example, if a rel="canonical" link tag was provided in the retrieved web page.

Declaration
[JsonProperty("canonicalUrl")]
public virtual string CanonicalUrl { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

InputUrl

The url originally passed in the PRS request, which should be used to re-discover the content. Note that this URL may be a forwarding service or link shortener (bit.ly), so it should not be assumed to be canonical, but should be used for navigation back to the original source of the itemscope.

Declaration
[JsonProperty("inputUrl")]
public virtual string InputUrl { get; set; }
Property Value
Type Description
string

Itemtype

Contains exact types as parsed, whether or not we recognized that type at parse time. If an itemscope is created by merging SchemaOrg markup and open graph markup then the first itemtype would be schemaorg type, the second would be open graph and so on. example: http://schema.org/VideoObject, og:video.movie Plain text; usually a URL

Declaration
[JsonProperty("itemtype")]
public virtual IList<string> Itemtype { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><string>

RetrievedTimestampMsec

The server retrieved timestamp (in msec).

Declaration
[JsonProperty("retrievedTimestampMsec")]
public virtual ulong? RetrievedTimestampMsec { get; set; }
Property Value
Type Description
ulong?

RetrievedUrl

The final URL that was the actual source of the itemscope, after any redirects.

Declaration
[JsonProperty("retrievedUrl")]
public virtual string RetrievedUrl { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX