Show / Hide Table of Contents

Class SourceHierarchyDatasets

Destination datasets are created so that hierarchy of the destination data objects matches the source hierarchy.

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

Properties

DatasetTemplate

The dataset template to use for dynamic dataset creation.

Declaration
[JsonProperty("datasetTemplate")]
public virtual DatasetTemplate DatasetTemplate { get; set; }
Property Value
Type Description
DatasetTemplate

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX