Class Provenance
This field records where the ItemScope was retrieved, if it was created via a web fetch.
Inheritance
Implements
Inherited Members
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 |
|---|---|
| System.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 |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.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<System.String> |
RetrievedTimestampMsec
The server retrieved timestamp (in msec).
Declaration
[JsonProperty("retrievedTimestampMsec")]
public virtual ulong? RetrievedTimestampMsec { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.UInt64> |
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 |
|---|---|
| System.String |