Show / Hide Table of Contents

Class QueryEntities

Inheritance
object
QueryEntities
Implements
INoSerializationVerificationNeeded
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Petabridge.Cmd.Cluster.Sharding
Assembly: Petabridge.Cmd.Cluster.Sharding.dll
Syntax
public sealed class QueryEntities : INoSerializationVerificationNeeded

Constructors

QueryEntities(string, IReadOnlyList<string>)

Declaration
public QueryEntities(string regionName, IReadOnlyList<string> entityIds)
Parameters
Type Name Description
string regionName
IReadOnlyList<string> entityIds

Properties

EntityIds

Declaration
public IReadOnlyList<string> EntityIds { get; }
Property Value
Type Description
IReadOnlyList<string>

RegionName

Declaration
public string RegionName { get; }
Property Value
Type Description
string

Implements

INoSerializationVerificationNeeded
In this article
Back to top Generated by DocFX