DetectorDefinition DetectorDefinitionResource DetectorInfo DetectorResponse DetectorResponseCollection DetectorType DiagnosticAnalysis DiagnosticAnalysisCollection DiagnosticCategory DiagnosticCategoryCollection DiagnosticData DiagnosticDetectorCollection DiagnosticDetectorResponse DiagnosticMetricSample DiagnosticMetricSet 诊断 Diagnosti...
java.lang.Object com.azure.resourcemanager.monitor.models.MetricDefinitionCollection Implements JsonSerializable<MetricDefinitionCollection> public final class MetricDefinitionCollection implements JsonSerializable<MetricDefinitionCollection> Represents collection of metric definitions. Constructor Summary ...
AgentArtifactDefinition AgentArtifactType AgentBasedDeployPhase AgentChangeEvent AgentDeploymentInput AgentJobRequestMessage AgentPoolEvent Kolejka agentów AgentPoolQueueReference AgentPoolQueueReference AgentPoolQueueTarget AgentQueueEvent AgentQueuesEvent AgentRefreshMessage AgentSpecification AgentSpecification Stan agen...
(Note that this definition does not imply anything about physical positioning of elements, such as their locations in a computer's memory.) Several methods inherited from the Collection interface are required to operate on elements according to this collection's encounter order. For instance, the...
DetectorDefinitionResourceOutput DetectorInfo DetectorInfoOutput DetectorResponse DetectorResponseCollectionOutput DetectorResponseOutput DetectorResponseProperties DetectorResponsePropertiesOutput DiagnosticAnalysis DiagnosticAnalysisCollectionOutput DiagnosticAnalysisOutput DiagnosticAnalysisProperties DiagnosticAnalysisPropertiesOutput ...
For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not...
Unlike CLR, Java breaks down the young generation into three subcategories: eden space and two survivor spaces (S0 and S1). Newly created objects are placed in the eden space, and if they survive garbage collection, they're moved from eden to S0 and then from S0 to S1. Those that survi...
Definition¶ db.collection.distinct(field,query,options)¶ Finds the distinct values for a specified field across a single collection or view and returns the results in an array. ParameterTypeDescription fieldstringThe field for which to return distinct values. ...
MongoDB with drivers This page documents a mongosh method. To see the equivalent method in a MongoDB driver, see the corresponding page for your programming language: C#Java SyncNode.jsPyMongoShow all Definition db.collection.findAndModify(document) Important Deprecated mongosh Method Use findOneAndUp...
A better definition of a “useful” object is one that can be reached by following a chain of valid pointers starting from something that has a name (i.e., something outside the heap). According to this definition, the blocks in the bottom half of Figure 7.13 are useless, even though ...