Show / Hide Table of Contents

Class ItemContent

Content of an item to be indexed and surfaced by Cloud Search. Only UTF-8 encoded strings are allowed as inlineContent. If the content is uploaded and not binary, it must be UTF-8 encoded.

Inheritance
object
ItemContent
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 ItemContent : IDirectResponseSchema

Properties

ContentDataRef

Upload reference ID of a previously uploaded content via write method.

Declaration
[JsonProperty("contentDataRef")]
public virtual UploadItemRef ContentDataRef { get; set; }
Property Value
Type Description
UploadItemRef

ContentFormat

Declaration
[JsonProperty("contentFormat")]
public virtual string ContentFormat { 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

Hash

Hashing info calculated and provided by the API client for content. Can be used with the items.push method to calculate modified state. The maximum length is 2048 characters.

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

InlineContent

Content that is supplied inlined within the update method. The maximum length is 102400 bytes (100 KiB).

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX