ArrayPropertiesDetail
Namespace:
AWSSDK.Batch
We found 10 examples in language CSharp for this search.
You will see 25 fragments of code.
Other methods
Other methods
Project:awssdks
File:ArrayPropertiesDetailUnmarshaller.cs
Examples:1
/// <summary>
/// Unmarshaller the response from the service to the response class.
/// </summary>
/// <param name="context"></param>
/// <returns></returns>
ArrayPropertiesDetail IUnmarshaller<ArrayPropertiesDetail, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context)
{
throw new NotImplementedException();
}
Project:aws-sdk-net
File:ArrayPropertiesDetailUnmarshaller.cs
Examples:1
/// <summary>
/// Unmarshaller the response from the service to the response class.
/// </summary>
/// <param name="context"></param>
/// <returns></returns>
ArrayPropertiesDetail IUnmarshaller<ArrayPropertiesDetail, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context)
{
throw new NotImplementedException();
}
Project:myawskendra
File:ArrayPropertiesDetailUnmarshaller.cs
Examples:1
/// <summary>
/// Unmarshaller the response from the service to the response class.
/// </summary>
/// <param name="context"></param>
/// <returns></returns>
ArrayPropertiesDetail IUnmarshaller<ArrayPropertiesDetail, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context)
{
throw new NotImplementedException();
}
Project:aws-sdk-net-xamarin
File:ArrayPropertiesDetailUnmarshaller.cs
Examples:1
/// <summary>
/// Unmarshaller the response from the service to the response class.
/// </summary>
/// <param name="context"></param>
/// <returns></returns>
ArrayPropertiesDetail IUnmarshaller<ArrayPropertiesDetail, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context)
{
throw new NotImplementedException();
}
Project:aws-sdk-net
File:ArrayPropertiesDetailUnmarshaller.cs
Examples:1
/// <summary>
/// Unmarshaller the response from the service to the response class.
/// </summary>
/// <param name="context"></param>
/// <returns></returns>
ArrayPropertiesDetail IUnmarshaller<ArrayPropertiesDetail, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context)
{
throw new NotImplementedException();
}
Project:aws-sdk-net
File:ArrayPropertiesDetailUnmarshaller.cs
Examples:1
/// <summary>
/// Unmarshaller the response from the service to the response class.
/// </summary>
/// <param name="context"></param>
/// <returns></returns>
ArrayPropertiesDetail IUnmarshaller<ArrayPropertiesDetail, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context)
{
throw new NotImplementedException();
}
Project:aws-lambda-dotnet
File:ArrayPropertiesDetail.cs
Examples:1
using System.Collections.Generic;
namespace Amazon.Lambda.CloudWatchEvents.BatchEvents
{
/// <summary>
/// An object representing the array properties of a job.
/// https://docs.aws.amazon.com/batch/latest/APIReference/API_ArrayPropertiesDetail.html
/// </summary>
public class ArrayPropertiesDetail
{
/// <summary>
/// The job index within the array that is associated with this job.
/// This parameter is returned for array job children.
/// </summary>
public int Index { get; set; }
/// <summary>
/// The size of the array job. This parameter is returned for parent array jobs.
/// </summary>
public int Size { get; set; }
/// <summary>
/// A summary of the number of array job children in each available job status.
/// This parameter is returned for parent array jobs.
/// </summary>
public Dictionary<string, int> StatusSummary { get; set; }
}
}
Project:myawskendra
File:JobDetail.cs
Examples:6
// Check to see if ArrayProperties property is set
internal bool IsSetArrayProperties()
{
return this._arrayProperties != null;
}
// Check to see if Attempts property is set
internal bool IsSetAttempts()
{
return this._attempts != null && this._attempts.Count > 0;
}
// Check to see if Container property is set
internal bool IsSetContainer()
{
return this._container != null;
}
// Check to see if CreatedAt property is set
internal bool IsSetCreatedAt()
{
return this._createdAt.HasValue;
}
// Check to see if DependsOn property is set
internal bool IsSetDependsOn()
{
return this._dependsOn != null && this._dependsOn.Count > 0;
}
// Check to see if JobDefinition property is set
internal bool IsSetJobDefinition()
{
return this._jobDefinition != null;
}
Project:awssdks
File:JobDetail.cs
Examples:6
// Check to see if ArrayProperties property is set
internal bool IsSetArrayProperties()
{
return this._arrayProperties != null;
}
// Check to see if Attempts property is set
internal bool IsSetAttempts()
{
return this._attempts != null && this._attempts.Count > 0;
}
// Check to see if Container property is set
internal bool IsSetContainer()
{
return this._container != null;
}
// Check to see if CreatedAt property is set
internal bool IsSetCreatedAt()
{
return this._createdAt.HasValue;
}
// Check to see if DependsOn property is set
internal bool IsSetDependsOn()
{
return this._dependsOn != null && this._dependsOn.Count > 0;
}
// Check to see if JobArn property is set
internal bool IsSetJobArn()
{
return this._jobArn != null;
}
Project:aws-sdk-net
File:JobDetail.cs
Examples:6
// Check to see if ArrayProperties property is set
internal bool IsSetArrayProperties()
{
return this._arrayProperties != null;
}
// Check to see if Attempts property is set
internal bool IsSetAttempts()
{
return this._attempts != null && this._attempts.Count > 0;
}
// Check to see if Container property is set
internal bool IsSetContainer()
{
return this._container != null;
}
// Check to see if CreatedAt property is set
internal bool IsSetCreatedAt()
{
return this._createdAt.HasValue;
}
// Check to see if DependsOn property is set
internal bool IsSetDependsOn()
{
return this._dependsOn != null && this._dependsOn.Count > 0;
}
// Check to see if JobArn property is set
internal bool IsSetJobArn()
{
return this._jobArn != null;
}
Amazon.Batch.Model.ArrayPropertiesDetail : Object
Constructors :
public ArrayPropertiesDetail()Methods :
public Int32 get_Index()public Void set_Index(Int32 value = )
public Int32 get_Size()
public Void set_Size(Int32 value = )
public Dictionary<String, Int32> get_StatusSummary()
public Void set_StatusSummary(Dictionary<String, Int32> value = )
public Type GetType()
public String ToString()
public Boolean Equals(Object obj = )
public Int32 GetHashCode()