Class IndexName
Assembly: OpenSearch.Client.dll
Syntax
public class IndexName : IEquatable<IndexName>, IUrlParameter
Properties
|
Edit this page
View Source
Cluster
Declaration
public string Cluster { get; }
Property Value
|
Edit this page
View Source
Name
Declaration
public string Name { get; }
Property Value
|
Edit this page
View Source
Type
Declaration
public Type Type { get; }
Property Value
Methods
|
Edit this page
View Source
And(IndexName)
Declaration
public Indices And(IndexName index)
Parameters
Returns
|
Edit this page
View Source
And<T>()
Declaration
Returns
Type Parameters
|
Edit this page
View Source
And<T>(string)
Declaration
public Indices And<T>(string clusterName)
Parameters
Type |
Name |
Description |
string |
clusterName |
|
Returns
Type Parameters
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
From<T>()
Declaration
public static IndexName From<T>()
Returns
Type Parameters
|
Edit this page
View Source
From<T>(string)
Declaration
public static IndexName From<T>(string clusterName)
Parameters
Type |
Name |
Description |
string |
clusterName |
|
Returns
Type Parameters
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Edit this page
View Source
GetString(IConnectionConfigurationValues)
Declaration
public string GetString(IConnectionConfigurationValues settings)
Parameters
Returns
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Operators
|
Edit this page
View Source
operator ==(IndexName, IndexName)
Declaration
public static bool operator ==(IndexName left, IndexName right)
Parameters
Returns
|
Edit this page
View Source
implicit operator IndexName(string)
Declaration
public static implicit operator IndexName(string indexName)
Parameters
Type |
Name |
Description |
string |
indexName |
|
Returns
|
Edit this page
View Source
implicit operator IndexName(Type)
Declaration
public static implicit operator IndexName(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
|
Edit this page
View Source
operator !=(IndexName, IndexName)
Declaration
public static bool operator !=(IndexName left, IndexName right)
Parameters
Returns
Implements
Extension Methods