Class ItemContent
Content of an item to be indexed and surfaced by Cloud Search.
Inheritance
System.Object
ItemContent
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.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 |
|---|---|
| System.String |