Show / Hide Table of Contents

Class SupportedRuntimeFeatures

Supported runtime features of a connector version.

Inheritance
object
SupportedRuntimeFeatures
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.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class SupportedRuntimeFeatures : IDirectResponseSchema

Properties

ActionApis

Specifies if the connector supports action apis like 'executeAction'.

Declaration
[JsonProperty("actionApis")]
public virtual bool? ActionApis { get; set; }
Property Value
Type Description
bool?

AsyncOperations

Specifies if the connector supports async long running operations.

Declaration
[JsonProperty("asyncOperations")]
public virtual bool? AsyncOperations { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

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

EntityApis

Specifies if the connector supports entity apis like 'createEntity'.

Declaration
[JsonProperty("entityApis")]
public virtual bool? EntityApis { get; set; }
Property Value
Type Description
bool?

SqlQuery

Specifies if the connector supports 'ExecuteSqlQuery' operation.

Declaration
[JsonProperty("sqlQuery")]
public virtual bool? SqlQuery { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX