Class GoogleCloudDiscoveryengineV1alphaFileView
Represents a specific alternate version or "view" of a file object, such as a summary, a thumbnail, a translated version, etc.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaFileView : IDirectResponseSchema
Properties
ByteSize
Output only. The size of the view in bytes.
Declaration
[JsonProperty("byteSize")]
public virtual long? ByteSize { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
CreateTimeRaw
Output only. The time the view was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { 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 |
FileCharacteristics
Output only. Characteristics of other file types.
Declaration
[JsonProperty("fileCharacteristics")]
public virtual GoogleCloudDiscoveryengineV1alphaFileCharacteristics FileCharacteristics { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1alphaFileCharacteristics |
ImageCharacteristics
Output only. Characteristics of an image media view.
Declaration
[JsonProperty("imageCharacteristics")]
public virtual GoogleCloudDiscoveryengineV1alphaImageCharacteristics ImageCharacteristics { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1alphaImageCharacteristics |
MimeType
Output only. MIME type (e.g., "image/jpeg", "image/png", "text/plain", "video/mp4")
Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Uri
Output only. The URI to access this media view.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VideoCharacteristics
Output only. Characteristics of a video media view.
Declaration
[JsonProperty("videoCharacteristics")]
public virtual GoogleCloudDiscoveryengineV1alphaVideoCharacteristics VideoCharacteristics { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1alphaVideoCharacteristics |
ViewId
Output only. Globally Unique id for this specific view.
Declaration
[JsonProperty("viewId")]
public virtual string ViewId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |