Couchbase .NET SDK | 3.8.0
Search Results for

    Show / Hide Table of Contents

    Class AnalyticsLink

    Inheritance
    object
    AnalyticsLink
    AzureBlobExternalAnalyticsLink
    CouchbaseRemoteAnalyticsLink
    GeneralAnalyticsLinkResponse
    S3ExternalAnalyticsLink
    Implements
    IEquatable<AnalyticsLink>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Management.Analytics.Link
    Assembly: Couchbase.NetClient.dll
    Syntax
    public abstract record AnalyticsLink : IEquatable<AnalyticsLink>

    Constructors

    | Edit this page View Source

    AnalyticsLink(string, string)

    Declaration
    protected AnalyticsLink(string Name, string Dataverse)
    Parameters
    Type Name Description
    string Name
    string Dataverse

    Properties

    | Edit this page View Source

    Dataverse

    Declaration
    public string Dataverse { get; init; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    LinkType

    Declaration
    public abstract string LinkType { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Name

    Declaration
    public string Name { get; init; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    GetFormData()

    Declaration
    protected virtual IEnumerable<KeyValuePair<string, string>> GetFormData()
    Returns
    Type Description
    IEnumerable<KeyValuePair<string, string>>
    | Edit this page View Source

    RequiredToBeSet(string, string, List<string>)

    Declaration
    protected void RequiredToBeSet(string name, string value, List<string> errors)
    Parameters
    Type Name Description
    string name
    string value
    List<string> errors
    | Edit this page View Source

    TryValidateForRequest(out List<string>)

    Declaration
    public virtual bool TryValidateForRequest(out List<string> errors)
    Parameters
    Type Name Description
    List<string> errors
    Returns
    Type Description
    bool
    | Edit this page View Source

    ValidateForRequest()

    Declaration
    public void ValidateForRequest()

    Implements

    IEquatable<T>
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.